#8D333E

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

Shades of Well Read #8D333E

Tints of Well Read #8D333E

Color information

#8D333E (or 0x8D333E) is unknown color: approx Well Read. HEX triplet: 8D, 33 and 3E. RGB value is (141,51,62). Sum of RGB (Red+Green+Blue) = 141+51+62=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D333E is #72CCC1. Grayscale: #4F4F4F. Windows color (decimal): -7523522 or 4076429. OLE color: 4076429.

HSL color Cylindrical-coordinate representation of color #8D333E: hue angle of 352.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D333E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1415162-
CMYK00.640.560.45
HSL352.67º46.88%37.65%-
HSV(B)352.67º63.83%55.29%-
XYZ13.048.385.49-
YUV79.16118.32172.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=55.51%
G=20.08%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141516200.640.560.45352.6746.8837.65
Hex8D333E040382D1612f26
Octal2156376010070555415746
Binary1000110111001111111001000000111000101101101100001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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