#8D333C

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

Shades of Well Read #8D333C

Tints of Well Read #8D333C

Color information

#8D333C (or 0x8D333C) is unknown color: approx Well Read. HEX triplet: 8D, 33 and 3C. RGB value is (141,51,60). Sum of RGB (Red+Green+Blue) = 141+51+60=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D333C is #72CCC3. Grayscale: #4E4E4E. Windows color (decimal): -7523524 or 3945357. OLE color: 3945357.

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

Color convert

RGB1415160-
CMYK00.640.570.45
HSL354º46.88%37.65%-
HSV(B)354º63.83%55.29%-
XYZ12.988.365.2-
YUV78.94117.32172.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=55.95%
G=20.24%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141516000.640.570.4535446.8837.65
Hex8D333C040392D1622f26
Octal2156374010071555425746
Binary1000110111001111110001000000111001101101101100010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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