#8D425D

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

Shades of Cadillac #8D425D

Tints of Cadillac #8D425D

Color information

#8D425D (or 0x8D425D) is unknown color: approx Cadillac. HEX triplet: 8D, 42 and 5D. RGB value is (141,66,93). Sum of RGB (Red+Green+Blue) = 141+66+93=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D425D is #72BDA2. Grayscale: #5B5B5B. Windows color (decimal): -7519651 or 6111885. OLE color: 6111885.

HSL color Cylindrical-coordinate representation of color #8D425D: hue angle of 338.4º 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 #8D425D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1416693-
CMYK00.530.340.45
HSL338.4º36.23%40.59%-
HSV(B)338.4º53.19%55.29%-
XYZ14.9110.3511.57-
YUV91.5128.85163.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 93 (36.72% from 255) = 31%
R=47%
G=22%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141669300.530.340.45338.436.2340.59
Hex8D425D035222D1522429
Octal21510213506542555224451
Binary10001101100001010111010110101100010101101101010010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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