#894459

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

Shades of Cadillac #894459

Tints of Cadillac #894459

Color information

#894459 (or 0x894459) is unknown color: approx Cadillac. HEX triplet: 89, 44 and 59. RGB value is (137,68,89). Sum of RGB (Red+Green+Blue) = 137+68+89=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #894459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894459 is #76BBA6. Grayscale: #5B5B5B. Windows color (decimal): -7781287 or 5850249. OLE color: 5850249.

HSL color Cylindrical-coordinate representation of color #894459: hue angle of 341.74º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894459 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1376889-
CMYK00.500.350.46
HSL341.74º33.66%40.2%-
HSV(B)341.74º50.36%53.73%-
XYZ14.1910.1710.67-
YUV91.02126.86160.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=46.60%
G=23.13%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137688900.500.350.46341.7433.6640.2
Hex894459032232E1562228
Octal21110413106243565264250
Binary10001001100010010110010110010100011101110101010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894459; }

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

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

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

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

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

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

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

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