#8B373A

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

Shades of Well Read #8B373A

Tints of Well Read #8B373A

Color information

#8B373A (or 0x8B373A) is unknown color: approx Well Read. HEX triplet: 8B, 37 and 3A. RGB value is (139,55,58). Sum of RGB (Red+Green+Blue) = 139+55+58=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B373A is #74C8C5. Grayscale: #505050. Windows color (decimal): -7653574 or 3815307. OLE color: 3815307.

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

Color convert

RGB1395558-
CMYK00.600.580.45
HSL357.86º43.3%38.04%-
HSV(B)357.86º60.43%54.51%-
XYZ12.788.534.98-
YUV80.46115.33169.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=55.16%
G=21.83%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139555800.600.580.45357.8643.338.04
Hex8B373A03C3A2D1662b26
Octal213677207472555465346
Binary100010111101111110100111100111010101101101100110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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