#8B353E

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

Shades of Well Read #8B353E

Tints of Well Read #8B353E

Color information

#8B353E (or 0x8B353E) is unknown color: approx Well Read. HEX triplet: 8B, 35 and 3E. RGB value is (139,53,62). Sum of RGB (Red+Green+Blue) = 139+53+62=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B353E is #74CAC1. Grayscale: #4F4F4F. Windows color (decimal): -7654082 or 4076939. OLE color: 4076939.

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

Color convert

RGB1395362-
CMYK00.620.550.45
HSL353.72º44.79%37.65%-
HSV(B)353.72º61.87%54.51%-
XYZ12.798.385.5-
YUV79.74117.99170.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=54.72%
G=20.87%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139536200.620.550.45353.7244.7937.65
Hex8B353E03E372D1622d26
Octal213657607667555425546
Binary100010111101011111100111110110111101101101100010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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