#983B42

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

Shades of Well Read #983B42

Tints of Well Read #983B42

Color information

#983B42 (or 0x983B42) is unknown color: approx Well Read. HEX triplet: 98, 3B and 42. RGB value is (152,59,66). Sum of RGB (Red+Green+Blue) = 152+59+66=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #983B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B42 is #67C4BD. Grayscale: #575757. Windows color (decimal): -6800574 or 4340632. OLE color: 4340632.

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

Color convert

RGB1525966-
CMYK00.610.570.40
HSL355.48º44.08%41.37%-
HSV(B)355.48º61.18%59.61%-
XYZ15.510.26.31-
YUV87.6115.81173.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 59 (23.44% from 255) = 21.30%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=54.87%
G=21.30%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152596600.610.570.40355.4844.0841.37
Hex983B4203D39281632c29
Octal2307310207571505435451
Binary1001100011101110000100111101111001101000101100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,59,66); }

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

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

 a { background-color: rgb(152,59,66); }

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

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

 span { border-color: rgb(152,59,66); }

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