#983344

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

Shades of Well Read #983344

Tints of Well Read #983344

Color information

#983344 (or 0x983344) is unknown color: approx Well Read. HEX triplet: 98, 33 and 44. RGB value is (152,51,68). Sum of RGB (Red+Green+Blue) = 152+51+68=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983344 is #67CCBB. Grayscale: #535353. Windows color (decimal): -6802620 or 4469656. OLE color: 4469656.

HSL color Cylindrical-coordinate representation of color #983344: hue angle of 349.9º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983344 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1525168-
CMYK00.660.550.40
HSL349.9º49.75%39.8%-
HSV(B)349.9º66.45%59.61%-
XYZ15.189.466.5-
YUV83.14119.46177.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=56.09%
G=18.82%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152516800.660.550.40349.949.7539.8
Hex983344042372815e3228
Octal23063104010267505366250
Binary10011000110011100010001000010110111101000101011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983344; }

 p { color: rgb(152,51,68); }

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

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

 a { background-color: rgb(152,51,68); }

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

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

 span { border-color: rgb(152,51,68); }

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