#8D3338

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

Shades of Well Read #8D3338

Tints of Well Read #8D3338

Color information

#8D3338 (or 0x8D3338) is unknown color: approx Well Read. HEX triplet: 8D, 33 and 38. RGB value is (141,51,56). Sum of RGB (Red+Green+Blue) = 141+51+56=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3338 is #72CCC7. Grayscale: #4E4E4E. Windows color (decimal): -7523528 or 3683213. OLE color: 3683213.

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

Color convert

RGB1415156-
CMYK00.640.600.45
HSL356.67º46.88%37.65%-
HSV(B)356.67º63.83%55.29%-
XYZ12.888.324.67-
YUV78.48115.32172.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.85%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=56.85%
G=20.56%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141515600.640.600.45356.6746.8837.65
Hex8D33380403C2D1652f26
Octal2156370010074555455746
Binary1000110111001111100001000000111100101101101100101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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