#8B3539

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

Shades of Well Read #8B3539

Tints of Well Read #8B3539

Color information

#8B3539 (or 0x8B3539) is unknown color: approx Well Read. HEX triplet: 8B, 35 and 39. RGB value is (139,53,57). Sum of RGB (Red+Green+Blue) = 139+53+57=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3539 is #74CAC6. Grayscale: #4F4F4F. Windows color (decimal): -7654087 or 3749259. OLE color: 3749259.

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

Color convert

RGB1395357-
CMYK00.620.590.45
HSL357.21º44.79%37.65%-
HSV(B)357.21º61.87%54.51%-
XYZ12.668.334.81-
YUV79.17115.49170.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=55.82%
G=21.29%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139535700.620.590.45357.2144.7937.65
Hex8B353903E3B2D1652d26
Octal213657107673555455546
Binary100010111101011110010111110111011101101101100101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,53,57); }

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

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

 a { background-color: rgb(139,53,57); }

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

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

 span { border-color: rgb(139,53,57); }

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