#8D363B

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

Shades of Well Read #8D363B

Tints of Well Read #8D363B

Color information

#8D363B (or 0x8D363B) is unknown color: approx Well Read. HEX triplet: 8D, 36 and 3B. RGB value is (141,54,59). Sum of RGB (Red+Green+Blue) = 141+54+59=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D363B is #72C9C4. Grayscale: #505050. Windows color (decimal): -7522757 or 3880589. OLE color: 3880589.

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

Color convert

RGB1415459-
CMYK00.620.580.45
HSL356.55º44.62%38.24%-
HSV(B)356.55º61.7%55.29%-
XYZ13.098.625.11-
YUV80.58115.82171.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=55.51%
G=21.26%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141545900.620.580.45356.5544.6238.24
Hex8D363B03E3A2D1652d26
Octal215667307672555455546
Binary100011011101101110110111110111010101101101100101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,59); }

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

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

 a { background-color: rgb(141,54,59); }

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

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

 span { border-color: rgb(141,54,59); }

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