#8D445F

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

Shades of Cadillac #8D445F

Tints of Cadillac #8D445F

Color information

#8D445F (or 0x8D445F) is unknown color: approx Cadillac. HEX triplet: 8D, 44 and 5F. RGB value is (141,68,95). Sum of RGB (Red+Green+Blue) = 141+68+95=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D445F is #72BBA0. Grayscale: #5C5C5C. Windows color (decimal): -7519137 or 6243469. OLE color: 6243469.

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

Color convert

RGB1416895-
CMYK00.520.330.45
HSL337.81º34.93%40.98%-
HSV(B)337.81º51.77%55.29%-
XYZ15.1210.6212.08-
YUV92.9129.18162.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=46.38%
G=22.37%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141689500.520.330.45337.8134.9340.98
Hex8D445F034212D1522329
Octal21510413706441555224351
Binary10001101100010010111110110100100001101101101010010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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