#8B4360

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

Shades of Cadillac #8B4360

Tints of Cadillac #8B4360

Color information

#8B4360 (or 0x8B4360) is unknown color: approx Cadillac. HEX triplet: 8B, 43 and 60. RGB value is (139,67,96). Sum of RGB (Red+Green+Blue) = 139+67+96=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4360 is #74BC9F. Grayscale: #5B5B5B. Windows color (decimal): -7650464 or 6308747. OLE color: 6308747.

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

Color convert

RGB1396796-
CMYK00.520.310.45
HSL335.83º34.95%40.39%-
HSV(B)335.83º51.8%54.51%-
XYZ14.7710.3512.29-
YUV91.83130.35161.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=46.03%
G=22.19%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139679600.520.310.45335.8334.9540.39
Hex8B43600341F2D1502328
Octal21310314006437555204350
Binary1000101110000111100000011010011111101101101010000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,67,96); }

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

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

 a { background-color: rgb(139,67,96); }

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

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

 span { border-color: rgb(139,67,96); }

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