#983842

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

Shades of Well Read #983842

Tints of Well Read #983842

Color information

#983842 (or 0x983842) is unknown color: approx Well Read. HEX triplet: 98, 38 and 42. RGB value is (152,56,66). Sum of RGB (Red+Green+Blue) = 152+56+66=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #983842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983842 is #67C7BD. Grayscale: #555555. Windows color (decimal): -6801342 or 4339864. OLE color: 4339864.

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

Color convert

RGB1525666-
CMYK00.630.570.40
HSL353.75º46.15%40.78%-
HSV(B)353.75º63.16%59.61%-
XYZ15.359.96.26-
YUV85.84116.8175.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.47%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=55.47%
G=20.44%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152566600.630.570.40353.7546.1540.78
Hex98384203F39281622e29
Octal2307010207771505425651
Binary1001100011100010000100111111111001101000101100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983842; }

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

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

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

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

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

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

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

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