#8D3D60

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

Shades of Cadillac #8D3D60

Tints of Cadillac #8D3D60

Color information

#8D3D60 (or 0x8D3D60) is unknown color: approx Cadillac. HEX triplet: 8D, 3D and 60. RGB value is (141,61,96). Sum of RGB (Red+Green+Blue) = 141+61+96=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D60 is #72C29F. Grayscale: #585858. Windows color (decimal): -7520928 or 6307213. OLE color: 6307213.

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

Color convert

RGB1416196-
CMYK00.570.320.45
HSL333.75º39.6%39.61%-
HSV(B)333.75º56.74%55.29%-
XYZ14.769.8412.19-
YUV88.91132165.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=47.32%
G=20.47%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141619600.570.320.45333.7539.639.61
Hex8D3D60039202D14e2828
Octal2157514007140555165050
Binary1000110111110111000000111001100000101101101001110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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