#8D465D

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

Shades of Cadillac #8D465D

Tints of Cadillac #8D465D

Color information

#8D465D (or 0x8D465D) is unknown color: approx Cadillac. HEX triplet: 8D, 46 and 5D. RGB value is (141,70,93). Sum of RGB (Red+Green+Blue) = 141+70+93=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D465D is #72B9A2. Grayscale: #5D5D5D. Windows color (decimal): -7518627 or 6112909. OLE color: 6112909.

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

Color convert

RGB1417093-
CMYK00.500.340.45
HSL340.56º33.65%41.37%-
HSV(B)340.56º50.35%55.29%-
XYZ15.1510.8311.65-
YUV93.85127.52161.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=46.38%
G=23.03%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141709300.500.340.45340.5633.6541.37
Hex8D465D032222D1552229
Octal21510613506242555254251
Binary10001101100011010111010110010100010101101101010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,93); }

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

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

 a { background-color: rgb(141,70,93); }

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

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

 span { border-color: rgb(141,70,93); }

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