#983C3D

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

Shades of Well Read #983C3D

Tints of Well Read #983C3D

Color information

#983C3D (or 0x983C3D) is unknown color: approx Well Read. HEX triplet: 98, 3C and 3D. RGB value is (152,60,61). Sum of RGB (Red+Green+Blue) = 152+60+61=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #983C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C3D is #67C3C2. Grayscale: #575757. Windows color (decimal): -6800323 or 4013208. OLE color: 4013208.

HSL color Cylindrical-coordinate representation of color #983C3D: hue angle of 359.35º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983C3D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB1526061-
CMYK00.610.600.40
HSL359.35º43.4%41.57%-
HSV(B)359.35º60.53%59.61%-
XYZ15.4110.245.58-
YUV87.62112.98173.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=55.68%
G=21.98%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152606100.610.600.40359.3543.441.57
Hex983C3D03D3C281672b2a
Octal230747507574505475352
Binary100110001111001111010111101111100101000101100111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983C3D; }

 p { color: rgb(152,60,61); }

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

<style>
 a { background-color: #983C3D; }

 a { background-color: rgb(152,60,61); }

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

<style>
 span { border-color: #983C3D; }

 span { border-color: rgb(152,60,61); }

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