#8A4059

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

Shades of Cadillac #8A4059

Tints of Cadillac #8A4059

Color information

#8A4059 (or 0x8A4059) is unknown color: approx Cadillac. HEX triplet: 8A, 40 and 59. RGB value is (138,64,89). Sum of RGB (Red+Green+Blue) = 138+64+89=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4059 is #75BFA6. Grayscale: #585858. Windows color (decimal): -7716775 or 5849226. OLE color: 5849226.

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

Color convert

RGB1386489-
CMYK00.540.360.46
HSL339.73º36.63%39.61%-
HSV(B)339.73º53.62%54.12%-
XYZ14.129.7910.6-
YUV88.98128.02162.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.42%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=47.42%
G=21.99%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138648900.540.360.46339.7336.6339.61
Hex8A4059036242E1542528
Octal21210013106644565244550
Binary10001010100000010110010110110100100101110101010100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4059; }

 p { color: rgb(138,64,89); }

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

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

 a { background-color: rgb(138,64,89); }

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

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

 span { border-color: rgb(138,64,89); }

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