#944459

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

Shades of Cadillac #944459

Tints of Cadillac #944459

Color information

#944459 (or 0x944459) is unknown color: approx Cadillac. HEX triplet: 94, 44 and 59. RGB value is (148,68,89). Sum of RGB (Red+Green+Blue) = 148+68+89=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #944459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944459 is #6BBBA6. Grayscale: #5E5E5E. Windows color (decimal): -7060391 or 5850260. OLE color: 5850260.

HSL color Cylindrical-coordinate representation of color #944459: hue angle of 344.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944459 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1486889-
CMYK00.540.400.42
HSL344.25º37.04%42.35%-
HSV(B)344.25º54.05%58.04%-
XYZ16.0811.1510.76-
YUV94.31125166.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=48.52%
G=22.30%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148688900.540.400.42344.2537.0442.35
Hex944459036282A158252a
Octal22410413106650525304552
Binary10010100100010010110010110110101000101010101011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944459; }

 p { color: rgb(148,68,89); }

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

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

 a { background-color: rgb(148,68,89); }

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

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

 span { border-color: rgb(148,68,89); }

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