#8A405D

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

Shades of Cadillac #8A405D

Tints of Cadillac #8A405D

Color information

#8A405D (or 0x8A405D) is unknown color: approx Cadillac. HEX triplet: 8A, 40 and 5D. RGB value is (138,64,93). Sum of RGB (Red+Green+Blue) = 138+64+93=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A405D is #75BFA2. Grayscale: #595959. Windows color (decimal): -7716771 or 6111370. OLE color: 6111370.

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

Color convert

RGB1386493-
CMYK00.540.330.46
HSL336.49º36.63%39.61%-
HSV(B)336.49º53.62%54.12%-
XYZ14.299.8611.51-
YUV89.43130.02162.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=46.78%
G=21.69%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138649300.540.330.46336.4936.6339.61
Hex8A405D036212E1502528
Octal21210013506641565204550
Binary10001010100000010111010110110100001101110101010000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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