#8B333A

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

Shades of Well Read #8B333A

Tints of Well Read #8B333A

Color information

#8B333A (or 0x8B333A) is unknown color: approx Well Read. HEX triplet: 8B, 33 and 3A. RGB value is (139,51,58). Sum of RGB (Red+Green+Blue) = 139+51+58=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B333A is #74CCC5. Grayscale: #4E4E4E. Windows color (decimal): -7654598 or 3814283. OLE color: 3814283.

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

Color convert

RGB1395158-
CMYK00.630.580.45
HSL355.23º46.32%37.25%-
HSV(B)355.23º63.31%54.51%-
XYZ12.68.164.91-
YUV78.11116.65171.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=56.05%
G=20.56%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139515800.630.580.45355.2346.3237.25
Hex8B333A03F3A2D1632e25
Octal213637207772555435645
Binary100010111100111110100111111111010101101101100011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,51,58); }

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

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

 a { background-color: rgb(139,51,58); }

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

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

 span { border-color: rgb(139,51,58); }

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