#993B45

Color #993B45 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #993B45

Tints of Well Read #993B45

Color information

#993B45 (or 0x993B45) is unknown color: approx Well Read. HEX triplet: 99, 3B and 45. RGB value is (153,59,69). Sum of RGB (Red+Green+Blue) = 153+59+69=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #993B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B45 is #66C4BA. Grayscale: #585858. Windows color (decimal): -6735035 or 4537241. OLE color: 4537241.

HSL color Cylindrical-coordinate representation of color #993B45: hue angle of 353.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993B45 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1535969-
CMYK00.610.550.4
HSL353.62º44.34%41.57%-
HSV(B)353.62º61.44%60%-
XYZ15.7810.336.79-
YUV88.25117.14174.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=54.45%
G=21.00%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153596900.610.550.4353.6244.3441.57
Hex993B4503D37281622c2a
Octal2317310507567505425452
Binary1001100111101110001010111101110111101000101100010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993B45; }

 p { color: rgb(153,59,69); }

 H1.HeaderClassName
 {
   color: #993B45;
 }
 .AnyTagClassName
 {
   color: #993B45;
 }
</style>
background-color css

<style>
 a { background-color: #993B45; }

 a { background-color: rgb(153,59,69); }

 div.DivClassName
 {
   background-color: #993B45;
 }
 .BgClassName
 {
   background-color: #993B45;
 }
</style>
border-color css

<style>
 span { border-color: #993B45; }

 span { border-color: rgb(153,59,69); }

 td.TdClassName
 {
   border-color: #993B45;
 }
 .TagClassName
 {
   border-color: #993B45;
 }
</style>