#8B373E

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

Shades of Well Read #8B373E

Tints of Well Read #8B373E

Color information

#8B373E (or 0x8B373E) is unknown color: approx Well Read. HEX triplet: 8B, 37 and 3E. RGB value is (139,55,62). Sum of RGB (Red+Green+Blue) = 139+55+62=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B373E is #74C8C1. Grayscale: #505050. Windows color (decimal): -7653570 or 4077451. OLE color: 4077451.

HSL color Cylindrical-coordinate representation of color #8B373E: hue angle of 355º 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 #8B373E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1395562-
CMYK00.600.550.45
HSL355º43.3%38.04%-
HSV(B)355º60.43%54.51%-
XYZ12.888.575.53-
YUV80.91117.33169.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=54.30%
G=21.48%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139556200.600.550.4535543.338.04
Hex8B373E03C372D1632b26
Octal213677607467555435346
Binary100010111101111111100111100110111101101101100011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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