#894359

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

Shades of Cadillac #894359

Tints of Cadillac #894359

Color information

#894359 (or 0x894359) is unknown color: approx Cadillac. HEX triplet: 89, 43 and 59. RGB value is (137,67,89). Sum of RGB (Red+Green+Blue) = 137+67+89=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894359 is #76BCA6. Grayscale: #5A5A5A. Windows color (decimal): -7781543 or 5849993. OLE color: 5849993.

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

Color convert

RGB1376789-
CMYK00.510.350.46
HSL341.14º34.31%40%-
HSV(B)341.14º51.09%53.73%-
XYZ14.1310.0510.65-
YUV90.44127.19161.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=46.76%
G=22.87%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137678900.510.350.46341.1434.3140
Hex894359033232E1552228
Octal21110313106343565254250
Binary10001001100001110110010110011100011101110101010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894359; }

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

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

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

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

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

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

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

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