#994372

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

Shades of Cadillac #994372

Tints of Cadillac #994372

Color information

#994372 (or 0x994372) is unknown color: approx Cadillac. HEX triplet: 99, 43 and 72. RGB value is (153,67,114). Sum of RGB (Red+Green+Blue) = 153+67+114=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #994372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994372 is #66BC8D. Grayscale: #616161. Windows color (decimal): -6732942 or 7488409. OLE color: 7488409.

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

Color convert

RGB15367114-
CMYK00.560.250.4
HSL327.21º39.09%43.14%-
HSV(B)327.21º56.21%60%-
XYZ18.181217.28-
YUV98.07136.99167.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=45.81%
G=20.06%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536711400.560.250.4327.2139.0943.14
Hex9943720381928147272b
Octal23110316207031505074753
Binary1001100110000111110010011100011001101000101000111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994372; }

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

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

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

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

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

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

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

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