#8B3E40

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

Shades of Stiletto #8B3E40

Tints of Stiletto #8B3E40

Color information

#8B3E40 (or 0x8B3E40) is unknown color: approx Stiletto. HEX triplet: 8B, 3E and 40. RGB value is (139,62,64). Sum of RGB (Red+Green+Blue) = 139+62+64=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3E40 is #74C1BF. Grayscale: #555555. Windows color (decimal): -7651776 or 4210315. OLE color: 4210315.

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

Color convert

RGB1396264-
CMYK00.550.540.45
HSL358.44º38.31%39.41%-
HSV(B)358.44º55.4%54.51%-
XYZ13.39.35.95-
YUV85.25116.01166.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=52.45%
G=23.40%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139626400.550.540.45358.4438.3139.41
Hex8B3E40037362D1662627
Octal2137610006766555464647
Binary1000101111111010000000110111110110101101101100110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,62,64); }

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

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

 a { background-color: rgb(139,62,64); }

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

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

 span { border-color: rgb(139,62,64); }

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