#983538

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

Shades of Well Read #983538

Tints of Well Read #983538

Color information

#983538 (or 0x983538) is unknown color: approx Well Read. HEX triplet: 98, 35 and 38. RGB value is (152,53,56). Sum of RGB (Red+Green+Blue) = 152+53+56=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #983538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983538 is #67CAC7. Grayscale: #535353. Windows color (decimal): -6802120 or 3683736. OLE color: 3683736.

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

Color convert

RGB1525356-
CMYK00.650.630.40
HSL358.18º48.29%40.2%-
HSV(B)358.18º65.13%59.61%-
XYZ14.949.514.79-
YUV82.94112.8177.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=58.24%
G=20.31%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152535600.650.630.40358.1848.2940.2
Hex9835380413F281663028
Octal2306570010177505466050
Binary1001100011010111100001000001111111101000101100110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983538; }

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

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

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

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

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

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

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

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