#983941

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

Shades of Well Read #983941

Tints of Well Read #983941

Color information

#983941 (or 0x983941) is unknown color: approx Well Read. HEX triplet: 98, 39 and 41. RGB value is (152,57,65). Sum of RGB (Red+Green+Blue) = 152+57+65=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #983941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983941 is #67C6BE. Grayscale: #565656. Windows color (decimal): -6801087 or 4274584. OLE color: 4274584.

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

Color convert

RGB1525765-
CMYK00.620.570.40
HSL354.95º45.45%40.98%-
HSV(B)354.95º62.5%59.61%-
XYZ15.379.986.12-
YUV86.32115.97174.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.47%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=55.47%
G=20.80%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152576500.620.570.40354.9545.4540.98
Hex98394103E39281632d29
Octal2307110107671505435551
Binary1001100011100110000010111110111001101000101100011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983941; }

 p { color: rgb(152,57,65); }

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

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

 a { background-color: rgb(152,57,65); }

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

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

 span { border-color: rgb(152,57,65); }

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