#984043

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

Shades of Well Read #984043

Tints of Well Read #984043

Color information

#984043 (or 0x984043) is unknown color: approx Well Read. HEX triplet: 98, 40 and 43. RGB value is (152,64,67). Sum of RGB (Red+Green+Blue) = 152+64+67=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #984043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984043 is #67BFBC. Grayscale: #5A5A5A. Windows color (decimal): -6799293 or 4407448. OLE color: 4407448.

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

Color convert

RGB1526467-
CMYK00.580.560.40
HSL357.95º40.74%42.35%-
HSV(B)357.95º57.89%59.61%-
XYZ15.810.756.55-
YUV90.65114.65171.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 67 (26.56% from 255) = 23.67%
R=53.71%
G=22.61%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152646700.580.560.40357.9540.7442.35
Hex98404303A3828166292a
Octal23010010307270505465152
Binary10011000100000010000110111010111000101000101100110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984043; }

 p { color: rgb(152,64,67); }

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

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

 a { background-color: rgb(152,64,67); }

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

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

 span { border-color: rgb(152,64,67); }

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