#994871

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

Shades of Cadillac #994871

Tints of Cadillac #994871

Color information

#994871 (or 0x994871) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 71. RGB value is (153,72,113). Sum of RGB (Red+Green+Blue) = 153+72+113=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994871 is #66B78E. Grayscale: #646464. Windows color (decimal): -6731663 or 7424153. OLE color: 7424153.

HSL color Cylindrical-coordinate representation of color #994871: hue angle of 329.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994871 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15372113-
CMYK00.530.260.4
HSL329.63º36%44.12%-
HSV(B)329.63º52.94%60%-
XYZ18.4312.617.08-
YUV100.89134.84165.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=45.27%
G=21.30%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537211300.530.260.4329.633644.12
Hex9948710351A2814a242c
Octal23111016106532505124454
Binary1001100110010001110001011010111010101000101001010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994871; }

 p { color: rgb(153,72,113); }

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

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

 a { background-color: rgb(153,72,113); }

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

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

 span { border-color: rgb(153,72,113); }

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