#994D5F

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

Shades of Cadillac #994D5F

Tints of Cadillac #994D5F

Color information

#994D5F (or 0x994D5F) is unknown color: approx Cadillac. HEX triplet: 99, 4D and 5F. RGB value is (153,77,95). Sum of RGB (Red+Green+Blue) = 153+77+95=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #994D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D5F is #66B2A0. Grayscale: #656565. Windows color (decimal): -6730401 or 6245785. OLE color: 6245785.

HSL color Cylindrical-coordinate representation of color #994D5F: hue angle of 345.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D5F is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1537795-
CMYK00.500.380.4
HSL345.79º33.04%45.1%-
HSV(B)345.79º49.67%60%-
XYZ17.8612.9112.38-
YUV101.78124.18164.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=47.08%
G=23.69%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153779500.500.380.4345.7933.0445.1
Hex994D5F032262815a212d
Octal23111513706246505324155
Binary10011001100110110111110110010100110101000101011010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994D5F; }

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

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

<style>
 a { background-color: #994D5F; }

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

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

<style>
 span { border-color: #994D5F; }

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

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