#8D3D5F

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

Shades of Cadillac #8D3D5F

Tints of Cadillac #8D3D5F

Color information

#8D3D5F (or 0x8D3D5F) is unknown color: approx Cadillac. HEX triplet: 8D, 3D and 5F. RGB value is (141,61,95). Sum of RGB (Red+Green+Blue) = 141+61+95=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D5F is #72C2A0. Grayscale: #585858. Windows color (decimal): -7520929 or 6241677. OLE color: 6241677.

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

Color convert

RGB1416195-
CMYK00.570.330.45
HSL334.5º39.6%39.61%-
HSV(B)334.5º56.74%55.29%-
XYZ14.729.8311.95-
YUV88.8131.5165.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=47.47%
G=20.54%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141619500.570.330.45334.539.639.61
Hex8D3D5F039212D14e2828
Octal2157513707141555165050
Binary1000110111110110111110111001100001101101101001110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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