#993D5B

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

Shades of Cadillac #993D5B

Tints of Cadillac #993D5B

Color information

#993D5B (or 0x993D5B) is unknown color: approx Cadillac. HEX triplet: 99, 3D and 5B. RGB value is (153,61,91). Sum of RGB (Red+Green+Blue) = 153+61+91=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #993D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D5B is #66C2A4. Grayscale: #5B5B5B. Windows color (decimal): -6734501 or 5979545. OLE color: 5979545.

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

Color convert

RGB1536191-
CMYK00.600.410.4
HSL340.43º42.99%41.96%-
HSV(B)340.43º60.13%60%-
XYZ16.6910.8711.11-
YUV91.93127.48171.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=50.16%
G=20%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153619100.600.410.4340.4342.9941.96
Hex993D5B03C29281542b2a
Octal2317513307451505245352
Binary1001100111110110110110111100101001101000101010100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,61,91); }

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

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

 a { background-color: rgb(153,61,91); }

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

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

 span { border-color: rgb(153,61,91); }

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