#983542

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

Shades of Well Read #983542

Tints of Well Read #983542

Color information

#983542 (or 0x983542) is unknown color: approx Well Read. HEX triplet: 98, 35 and 42. RGB value is (152,53,66). Sum of RGB (Red+Green+Blue) = 152+53+66=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983542 is #67CABD. Grayscale: #545454. Windows color (decimal): -6802110 or 4339096. OLE color: 4339096.

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

Color convert

RGB1525366-
CMYK00.650.570.40
HSL352.12º48.29%40.2%-
HSV(B)352.12º65.13%59.61%-
XYZ15.219.616.21-
YUV84.08117.8176.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=56.09%
G=19.56%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152536600.650.570.40352.1248.2940.2
Hex98354204139281603028
Octal23065102010171505406050
Binary10011000110101100001001000001111001101000101100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983542; }

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

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

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

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

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

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

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

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