#8A425D

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

Shades of Cadillac #8A425D

Tints of Cadillac #8A425D

Color information

#8A425D (or 0x8A425D) is unknown color: approx Cadillac. HEX triplet: 8A, 42 and 5D. RGB value is (138,66,93). Sum of RGB (Red+Green+Blue) = 138+66+93=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A425D is #75BDA2. Grayscale: #5A5A5A. Windows color (decimal): -7716259 or 6111882. OLE color: 6111882.

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

Color convert

RGB1386693-
CMYK00.520.330.46
HSL337.5º35.29%40%-
HSV(B)337.5º52.17%54.12%-
XYZ14.4110.0911.54-
YUV90.61129.35161.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=46.46%
G=22.22%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138669300.520.330.46337.535.2940
Hex8A425D034212E1522328
Octal21210213506441565224350
Binary10001010100001010111010110100100001101110101010010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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