#8D4561

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

Shades of Cadillac #8D4561

Tints of Cadillac #8D4561

Color information

#8D4561 (or 0x8D4561) is unknown color: approx Cadillac. HEX triplet: 8D, 45 and 61. RGB value is (141,69,97). Sum of RGB (Red+Green+Blue) = 141+69+97=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4561 is #72BA9E. Grayscale: #5D5D5D. Windows color (decimal): -7518879 or 6374797. OLE color: 6374797.

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

Color convert

RGB1416997-
CMYK00.510.310.45
HSL336.67º34.29%41.18%-
HSV(B)336.67º51.06%55.29%-
XYZ15.2710.7812.59-
YUV93.72129.85161.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=45.93%
G=22.48%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141699700.510.310.45336.6734.2941.18
Hex8D45610331F2D1512229
Octal21510514106337555214251
Binary1000110110001011100001011001111111101101101010001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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