#8D383E

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

Shades of Well Read #8D383E

Tints of Well Read #8D383E

Color information

#8D383E (or 0x8D383E) is unknown color: approx Well Read. HEX triplet: 8D, 38 and 3E. RGB value is (141,56,62). Sum of RGB (Red+Green+Blue) = 141+56+62=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D383E is #72C7C1. Grayscale: #525252. Windows color (decimal): -7522242 or 4077709. OLE color: 4077709.

HSL color Cylindrical-coordinate representation of color #8D383E: hue angle of 355.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D383E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1415662-
CMYK00.600.560.45
HSL355.76º43.15%38.63%-
HSV(B)355.76º60.28%55.29%-
XYZ13.278.845.56-
YUV82.1116.66170.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=54.44%
G=21.62%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141566200.600.560.45355.7643.1538.63
Hex8D383E03C382D1642b27
Octal215707607470555445347
Binary100011011110001111100111100111000101101101100100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,56,62); }

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

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

 a { background-color: rgb(141,56,62); }

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

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

 span { border-color: rgb(141,56,62); }

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