#8D3C61

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

Shades of Cadillac #8D3C61

Tints of Cadillac #8D3C61

Color information

#8D3C61 (or 0x8D3C61) is unknown color: approx Cadillac. HEX triplet: 8D, 3C and 61. RGB value is (141,60,97). Sum of RGB (Red+Green+Blue) = 141+60+97=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C61 is #72C39E. Grayscale: #585858. Windows color (decimal): -7521183 or 6372493. OLE color: 6372493.

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

Color convert

RGB1416097-
CMYK00.570.310.45
HSL332.59º40.3%39.41%-
HSV(B)332.59º57.45%55.29%-
XYZ14.769.7612.41-
YUV88.44132.84165.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=47.32%
G=20.13%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141609700.570.310.45332.5940.339.41
Hex8D3C610391F2D14d2827
Octal2157414107137555155047
Binary100011011111001100001011100111111101101101001101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,60,97); }

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

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

 a { background-color: rgb(141,60,97); }

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

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

 span { border-color: rgb(141,60,97); }

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