#983241

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

Shades of Well Read #983241

Tints of Well Read #983241

Color information

#983241 (or 0x983241) is unknown color: approx Well Read. HEX triplet: 98, 32 and 41. RGB value is (152,50,65). Sum of RGB (Red+Green+Blue) = 152+50+65=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #983241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983241 is #67CDBE. Grayscale: #525252. Windows color (decimal): -6802879 or 4272792. OLE color: 4272792.

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

Color convert

RGB1525065-
CMYK00.670.570.40
HSL351.18º50.5%39.61%-
HSV(B)351.18º67.11%59.61%-
XYZ15.049.346.01-
YUV82.21118.29177.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=56.93%
G=18.73%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152506500.670.570.40351.1850.539.61
Hex983241043392815f3228
Octal23062101010371505376250
Binary10011000110010100000101000011111001101000101011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983241; }

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

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

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

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

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

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

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

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