#8B3C44

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

Shades of Stiletto #8B3C44

Tints of Stiletto #8B3C44

Color information

#8B3C44 (or 0x8B3C44) is unknown color: approx Stiletto. HEX triplet: 8B, 3C and 44. RGB value is (139,60,68). Sum of RGB (Red+Green+Blue) = 139+60+68=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3C44 is #74C3BB. Grayscale: #545454. Windows color (decimal): -7652284 or 4471947. OLE color: 4471947.

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

Color convert

RGB1396068-
CMYK00.570.510.45
HSL353.92º39.7%39.02%-
HSV(B)353.92º56.83%54.51%-
XYZ13.319.146.53-
YUV84.53118.67166.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=52.06%
G=22.47%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139606800.570.510.45353.9239.739.02
Hex8B3C44039332D1622827
Octal2137410407163555425047
Binary1000101111110010001000111001110011101101101100010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,68); }

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

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

 a { background-color: rgb(139,60,68); }

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

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

 span { border-color: rgb(139,60,68); }

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