#8D425F

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

Shades of Cadillac #8D425F

Tints of Cadillac #8D425F

Color information

#8D425F (or 0x8D425F) is unknown color: approx Cadillac. HEX triplet: 8D, 42 and 5F. RGB value is (141,66,95). Sum of RGB (Red+Green+Blue) = 141+66+95=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D425F is #72BDA0. Grayscale: #5B5B5B. Windows color (decimal): -7519649 or 6242957. OLE color: 6242957.

HSL color Cylindrical-coordinate representation of color #8D425F: hue angle of 336.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D425F is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1416695-
CMYK00.530.330.45
HSL336.8º36.23%40.59%-
HSV(B)336.8º53.19%55.29%-
XYZ1510.3912.04-
YUV91.73129.85163.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=46.69%
G=21.85%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141669500.530.330.45336.836.2340.59
Hex8D425F035212D1512429
Octal21510213706541555214451
Binary10001101100001010111110110101100001101101101010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,95); }

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

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

 a { background-color: rgb(141,66,95); }

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

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

 span { border-color: rgb(141,66,95); }

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