#8E425B

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

Shades of Cadillac #8E425B

Tints of Cadillac #8E425B

Color information

#8E425B (or 0x8E425B) is unknown color: approx Cadillac. HEX triplet: 8E, 42 and 5B. RGB value is (142,66,91). Sum of RGB (Red+Green+Blue) = 142+66+91=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E425B is #71BDA4. Grayscale: #5B5B5B. Windows color (decimal): -7454117 or 5980814. OLE color: 5980814.

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

Color convert

RGB1426691-
CMYK00.540.360.44
HSL340.26º36.54%40.78%-
HSV(B)340.26º53.52%55.69%-
XYZ14.9910.411.12-
YUV91.57127.68163.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=47.49%
G=22.07%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142669100.540.360.44340.2636.5440.78
Hex8E425B036242C1542529
Octal21610213306644545244551
Binary10001110100001010110110110110100100101100101010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,91); }

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

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

 a { background-color: rgb(142,66,91); }

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

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

 span { border-color: rgb(142,66,91); }

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