#983F42

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

Shades of Well Read #983F42

Tints of Well Read #983F42

Color information

#983F42 (or 0x983F42) is unknown color: approx Well Read. HEX triplet: 98, 3F and 42. RGB value is (152,63,66). Sum of RGB (Red+Green+Blue) = 152+63+66=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #983F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F42 is #67C0BD. Grayscale: #5A5A5A. Windows color (decimal): -6799550 or 4341656. OLE color: 4341656.

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

Color convert

RGB1526366-
CMYK00.590.570.40
HSL357.98º41.4%42.16%-
HSV(B)357.98º58.55%59.61%-
XYZ15.7110.626.38-
YUV89.95114.49172.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=54.09%
G=22.42%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152636600.590.570.40357.9841.442.16
Hex983F4203B3928166292a
Octal2307710207371505465152
Binary1001100011111110000100111011111001101000101100110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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