#983541

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

Shades of Well Read #983541

Tints of Well Read #983541

Color information

#983541 (or 0x983541) is unknown color: approx Well Read. HEX triplet: 98, 35 and 41. RGB value is (152,53,65). Sum of RGB (Red+Green+Blue) = 152+53+65=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #983541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983541 is #67CABE. Grayscale: #545454. Windows color (decimal): -6802111 or 4273560. OLE color: 4273560.

HSL color Cylindrical-coordinate representation of color #983541: hue angle of 352.73º 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 #983541 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1525365-
CMYK00.650.570.40
HSL352.73º48.29%40.2%-
HSV(B)352.73º65.13%59.61%-
XYZ15.189.66.05-
YUV83.97117.3176.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=56.30%
G=19.63%
B=24.07%

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
Decimal152536500.650.570.40352.7348.2940.2
Hex98354104139281613028
Octal23065101010171505416050
Binary10011000110101100000101000001111001101000101100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983541; }

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

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

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

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

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

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

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

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