#8B3B3E

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

Shades of Stiletto #8B3B3E

Tints of Stiletto #8B3B3E

Color information

#8B3B3E (or 0x8B3B3E) is unknown color: approx Stiletto. HEX triplet: 8B, 3B and 3E. RGB value is (139,59,62). Sum of RGB (Red+Green+Blue) = 139+59+62=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3B3E is #74C4C1. Grayscale: #535353. Windows color (decimal): -7652546 or 4078475. OLE color: 4078475.

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

Color convert

RGB1395962-
CMYK00.580.550.45
HSL357.75º40.4%38.82%-
HSV(B)357.75º57.55%54.51%-
XYZ13.088.965.6-
YUV83.26116167.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.46%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=53.46%
G=22.69%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139596200.580.550.45357.7540.438.82
Hex8B3B3E03A372D1662827
Octal213737607267555465047
Binary100010111110111111100111010110111101101101100110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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