#894458

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

Shades of Cadillac #894458

Tints of Cadillac #894458

Color information

#894458 (or 0x894458) is unknown color: approx Cadillac. HEX triplet: 89, 44 and 58. RGB value is (137,68,88). Sum of RGB (Red+Green+Blue) = 137+68+88=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894458 is #76BBA7. Grayscale: #5A5A5A. Windows color (decimal): -7781288 or 5784713. OLE color: 5784713.

HSL color Cylindrical-coordinate representation of color #894458: hue angle of 342.61º 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 #894458 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1376888-
CMYK00.500.360.46
HSL342.61º33.66%40.2%-
HSV(B)342.61º50.36%53.73%-
XYZ14.1510.1610.45-
YUV90.91126.36160.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=46.76%
G=23.21%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137688800.500.360.46342.6133.6640.2
Hex894458032242E1572228
Octal21110413006244565274250
Binary10001001100010010110000110010100100101110101010111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894458; }

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

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

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

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

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

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

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

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