#8B4160

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

Shades of Cadillac #8B4160

Tints of Cadillac #8B4160

Color information

#8B4160 (or 0x8B4160) is unknown color: approx Cadillac. HEX triplet: 8B, 41 and 60. RGB value is (139,65,96). Sum of RGB (Red+Green+Blue) = 139+65+96=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4160 is #74BE9F. Grayscale: #5A5A5A. Windows color (decimal): -7650976 or 6308235. OLE color: 6308235.

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

Color convert

RGB1396596-
CMYK00.530.310.45
HSL334.86º36.27%40%-
HSV(B)334.86º53.24%54.51%-
XYZ14.6510.1112.25-
YUV90.66131.02162.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 96 (37.89% from 255) = 32%
R=46.33%
G=21.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139659600.530.310.45334.8636.2740
Hex8B41600351F2D14f2428
Octal21310114006537555174450
Binary1000101110000011100000011010111111101101101001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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