#8A405E

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

Shades of Cadillac #8A405E

Tints of Cadillac #8A405E

Color information

#8A405E (or 0x8A405E) is unknown color: approx Cadillac. HEX triplet: 8A, 40 and 5E. RGB value is (138,64,94). Sum of RGB (Red+Green+Blue) = 138+64+94=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A405E is #75BFA1. Grayscale: #595959. Windows color (decimal): -7716770 or 6176906. OLE color: 6176906.

HSL color Cylindrical-coordinate representation of color #8A405E: hue angle of 335.68º 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 #8A405E is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1386494-
CMYK00.540.320.46
HSL335.68º36.63%39.61%-
HSV(B)335.68º53.62%54.12%-
XYZ14.349.8811.74-
YUV89.55130.52162.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.62%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=46.62%
G=21.62%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138649400.540.320.46335.6836.6339.61
Hex8A405E036202E1502528
Octal21210013606640565204550
Binary10001010100000010111100110110100000101110101010000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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