#984144

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

Shades of Well Read #984144

Tints of Well Read #984144

Color information

#984144 (or 0x984144) is unknown color: approx Well Read. HEX triplet: 98, 41 and 44. RGB value is (152,65,68). Sum of RGB (Red+Green+Blue) = 152+65+68=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #984144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984144 is #67BEBB. Grayscale: #5B5B5B. Windows color (decimal): -6799036 or 4473240. OLE color: 4473240.

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

Color convert

RGB1526568-
CMYK00.570.550.40
HSL357.93º40.09%42.55%-
HSV(B)357.93º57.24%59.61%-
XYZ15.8810.876.73-
YUV91.36114.82171.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=53.33%
G=22.81%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152656800.570.550.40357.9340.0942.55
Hex9841440393728166282b
Octal23010110407167505465053
Binary10011000100000110001000111001110111101000101100110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984144; }

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

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

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

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

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

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

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

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