#8D425E

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

Shades of Cadillac #8D425E

Tints of Cadillac #8D425E

Color information

#8D425E (or 0x8D425E) is unknown color: approx Cadillac. HEX triplet: 8D, 42 and 5E. RGB value is (141,66,94). Sum of RGB (Red+Green+Blue) = 141+66+94=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D425E is #72BDA1. Grayscale: #5B5B5B. Windows color (decimal): -7519650 or 6177421. OLE color: 6177421.

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

Color convert

RGB1416694-
CMYK00.530.330.45
HSL337.6º36.23%40.59%-
HSV(B)337.6º53.19%55.29%-
XYZ14.9510.3711.8-
YUV91.62129.35163.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=46.84%
G=21.93%
B=31.23%

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
Decimal141669400.530.330.45337.636.2340.59
Hex8D425E035212D1522429
Octal21510213606541555224451
Binary10001101100001010111100110101100001101101101010010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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