#8A435D

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

Shades of Cadillac #8A435D

Tints of Cadillac #8A435D

Color information

#8A435D (or 0x8A435D) is unknown color: approx Cadillac. HEX triplet: 8A, 43 and 5D. RGB value is (138,67,93). Sum of RGB (Red+Green+Blue) = 138+67+93=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A435D is #75BCA2. Grayscale: #5B5B5B. Windows color (decimal): -7716003 or 6112138. OLE color: 6112138.

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

Color convert

RGB1386793-
CMYK00.510.330.46
HSL338.03º34.63%40.2%-
HSV(B)338.03º51.45%54.12%-
XYZ14.4610.2111.56-
YUV91.19129.02161.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=46.31%
G=22.48%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138679300.510.330.46338.0334.6340.2
Hex8A435D033212E1522328
Octal21210313506341565224350
Binary10001010100001110111010110011100001101110101010010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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