#8D303C

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

Shades of Well Read #8D303C

Tints of Well Read #8D303C

Color information

#8D303C (or 0x8D303C) is unknown color: approx Well Read. HEX triplet: 8D, 30 and 3C. RGB value is (141,48,60). Sum of RGB (Red+Green+Blue) = 141+48+60=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D303C is #72CFC3. Grayscale: #4D4D4D. Windows color (decimal): -7524292 or 3944589. OLE color: 3944589.

HSL color Cylindrical-coordinate representation of color #8D303C: hue angle of 352.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D303C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1414860-
CMYK00.660.570.45
HSL352.26º49.21%37.06%-
HSV(B)352.26º65.96%55.29%-
XYZ12.868.15.16-
YUV77.18118.31173.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=56.63%
G=19.28%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141486000.660.570.45352.2649.2137.06
Hex8D303C042392D1603125
Octal2156074010271555406145
Binary1000110111000011110001000010111001101101101100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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