#993B5F

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

Shades of Cadillac #993B5F

Tints of Cadillac #993B5F

Color information

#993B5F (or 0x993B5F) is unknown color: approx Cadillac. HEX triplet: 99, 3B and 5F. RGB value is (153,59,95). Sum of RGB (Red+Green+Blue) = 153+59+95=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B5F is #66C4A0. Grayscale: #5B5B5B. Windows color (decimal): -6735009 or 6241177. OLE color: 6241177.

HSL color Cylindrical-coordinate representation of color #993B5F: hue angle of 337.02º 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 #993B5F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1535995-
CMYK00.610.380.4
HSL337.02º44.34%41.57%-
HSV(B)337.02º61.44%60%-
XYZ16.7710.7312.01-
YUV91.21130.14172.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=49.84%
G=19.22%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153599500.610.380.4337.0244.3441.57
Hex993B5F03D26281512c2a
Octal2317313707546505215452
Binary1001100111101110111110111101100110101000101010001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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