#8B363A

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

Shades of Well Read #8B363A

Tints of Well Read #8B363A

Color information

#8B363A (or 0x8B363A) is unknown color: approx Well Read. HEX triplet: 8B, 36 and 3A. RGB value is (139,54,58). Sum of RGB (Red+Green+Blue) = 139+54+58=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B363A is #74C9C5. Grayscale: #4F4F4F. Windows color (decimal): -7653830 or 3815051. OLE color: 3815051.

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

Color convert

RGB1395458-
CMYK00.610.580.45
HSL357.18º44.04%37.84%-
HSV(B)357.18º61.15%54.51%-
XYZ12.738.434.96-
YUV79.87115.66170.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.38%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=55.38%
G=21.51%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139545800.610.580.45357.1844.0437.84
Hex8B363A03D3A2D1652c26
Octal213667207572555455446
Binary100010111101101110100111101111010101101101100101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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