#8B3E46

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

Shades of Stiletto #8B3E46

Tints of Stiletto #8B3E46

Color information

#8B3E46 (or 0x8B3E46) is unknown color: approx Stiletto. HEX triplet: 8B, 3E and 46. RGB value is (139,62,70). Sum of RGB (Red+Green+Blue) = 139+62+70=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3E46 is #74C1B9. Grayscale: #555555. Windows color (decimal): -7651770 or 4603531. OLE color: 4603531.

HSL color Cylindrical-coordinate representation of color #8B3E46: hue angle of 353.77º 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 #8B3E46 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1396270-
CMYK00.550.500.45
HSL353.77º38.31%39.41%-
HSV(B)353.77º55.4%54.51%-
XYZ13.489.386.89-
YUV85.94119.01165.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=51.29%
G=22.88%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139627000.550.500.45353.7738.3139.41
Hex8B3E46037322D1622627
Octal2137610606762555424647
Binary1000101111111010001100110111110010101101101100010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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