#983B45

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

Shades of Well Read #983B45

Tints of Well Read #983B45

Color information

#983B45 (or 0x983B45) is unknown color: approx Well Read. HEX triplet: 98, 3B and 45. RGB value is (152,59,69). Sum of RGB (Red+Green+Blue) = 152+59+69=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #983B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B45 is #67C4BA. Grayscale: #585858. Windows color (decimal): -6800571 or 4537240. OLE color: 4537240.

HSL color Cylindrical-coordinate representation of color #983B45: hue angle of 353.55º 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 #983B45 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1525969-
CMYK00.610.550.40
HSL353.55º44.08%41.37%-
HSV(B)353.55º61.18%59.61%-
XYZ15.5910.236.78-
YUV87.95117.31173.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=54.29%
G=21.07%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152596900.610.550.40353.5544.0841.37
Hex983B4503D37281622c29
Octal2307310507567505425451
Binary1001100011101110001010111101110111101000101100010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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