#982F42

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

Shades of Well Read #982F42

Tints of Well Read #982F42

Color information

#982F42 (or 0x982F42) is unknown color: approx Well Read. HEX triplet: 98, 2F and 42. RGB value is (152,47,66). Sum of RGB (Red+Green+Blue) = 152+47+66=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #982F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F42 is #67D0BD. Grayscale: #505050. Windows color (decimal): -6803646 or 4337560. OLE color: 4337560.

HSL color Cylindrical-coordinate representation of color #982F42: hue angle of 349.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F42 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1524766-
CMYK00.690.570.40
HSL349.14º52.76%39.02%-
HSV(B)349.14º69.08%59.61%-
XYZ14.959.16.12-
YUV80.56119.79178.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=57.36%
G=17.74%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152476600.690.570.40349.1452.7639.02
Hex982F42045392815d3527
Octal23057102010571505356547
Binary10011000101111100001001000101111001101000101011101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982F42; }

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

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

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

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

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

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

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

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