#8D363A

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

Shades of Well Read #8D363A

Tints of Well Read #8D363A

Color information

#8D363A (or 0x8D363A) is unknown color: approx Well Read. HEX triplet: 8D, 36 and 3A. RGB value is (141,54,58). Sum of RGB (Red+Green+Blue) = 141+54+58=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D363A is #72C9C5. Grayscale: #505050. Windows color (decimal): -7522758 or 3815053. OLE color: 3815053.

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

Color convert

RGB1415458-
CMYK00.620.590.45
HSL357.24º44.62%38.24%-
HSV(B)357.24º61.7%55.29%-
XYZ13.078.614.98-
YUV80.47115.32171.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=55.73%
G=21.34%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141545800.620.590.45357.2444.6238.24
Hex8D363A03E3B2D1652d26
Octal215667207673555455546
Binary100011011101101110100111110111011101101101100101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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