#984142

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

Shades of Well Read #984142

Tints of Well Read #984142

Color information

#984142 (or 0x984142) is unknown color: approx Well Read. HEX triplet: 98, 41 and 42. RGB value is (152,65,66). Sum of RGB (Red+Green+Blue) = 152+65+66=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #984142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984142 is #67BEBD. Grayscale: #5B5B5B. Windows color (decimal): -6799038 or 4342168. OLE color: 4342168.

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

Color convert

RGB1526566-
CMYK00.570.570.40
HSL359.31º40.09%42.55%-
HSV(B)359.31º57.24%59.61%-
XYZ15.8210.856.41-
YUV91.13113.82171.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=53.71%
G=22.97%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152656600.570.570.40359.3140.0942.55
Hex9841420393928167282b
Octal23010110207171505475053
Binary10011000100000110000100111001111001101000101100111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984142; }

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

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

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

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

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

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

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

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