#8B3639

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

Shades of Well Read #8B3639

Tints of Well Read #8B3639

Color information

#8B3639 (or 0x8B3639) is unknown color: approx Well Read. HEX triplet: 8B, 36 and 39. RGB value is (139,54,57). Sum of RGB (Red+Green+Blue) = 139+54+57=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3639 is #74C9C6. Grayscale: #4F4F4F. Windows color (decimal): -7653831 or 3749515. OLE color: 3749515.

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

Color convert

RGB1395457-
CMYK00.610.590.45
HSL357.88º44.04%37.84%-
HSV(B)357.88º61.15%54.51%-
XYZ12.718.424.83-
YUV79.76115.16170.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=55.6%
G=21.6%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139545700.610.590.45357.8844.0437.84
Hex8B363903D3B2D1662c26
Octal213667107573555465446
Binary100010111101101110010111101111011101101101100110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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