#994572

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

Shades of Cadillac #994572

Tints of Cadillac #994572

Color information

#994572 (or 0x994572) is unknown color: approx Cadillac. HEX triplet: 99, 45 and 72. RGB value is (153,69,114). Sum of RGB (Red+Green+Blue) = 153+69+114=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994572 is #66BA8D. Grayscale: #636363. Windows color (decimal): -6732430 or 7488921. OLE color: 7488921.

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

Color convert

RGB15369114-
CMYK00.550.250.4
HSL327.86º37.84%43.53%-
HSV(B)327.86º54.9%60%-
XYZ18.312.2417.32-
YUV99.25136.33166.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=45.54%
G=20.54%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536911400.550.250.4327.8637.8443.53
Hex9945720371928148262c
Octal23110516206731505104654
Binary1001100110001011110010011011111001101000101001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994572; }

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

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

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

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

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

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

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

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