#994872

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

Shades of Cadillac #994872

Tints of Cadillac #994872

Color information

#994872 (or 0x994872) is unknown color: approx Cadillac. HEX triplet: 99, 48 and 72. RGB value is (153,72,114). Sum of RGB (Red+Green+Blue) = 153+72+114=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994872 is #66B78D. Grayscale: #646464. Windows color (decimal): -6731662 or 7489689. OLE color: 7489689.

HSL color Cylindrical-coordinate representation of color #994872: hue angle of 328.89º 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 #994872 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15372114-
CMYK00.530.250.4
HSL328.89º36%44.12%-
HSV(B)328.89º52.94%60%-
XYZ18.4912.6217.38-
YUV101.01135.34165.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=45.13%
G=21.24%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537211400.530.250.4328.893644.12
Hex9948720351928149242c
Octal23111016206531505114454
Binary1001100110010001110010011010111001101000101001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994872; }

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

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

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

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

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

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

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

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