#98323F

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

Shades of Well Read #98323F

Tints of Well Read #98323F

Color information

#98323F (or 0x98323F) is unknown color: approx Well Read. HEX triplet: 98, 32 and 3F. RGB value is (152,50,63). Sum of RGB (Red+Green+Blue) = 152+50+63=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98323F is #67CDC0. Grayscale: #525252. Windows color (decimal): -6802881 or 4141720. OLE color: 4141720.

HSL color Cylindrical-coordinate representation of color #98323F: hue angle of 352.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98323F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1525063-
CMYK00.670.590.40
HSL352.35º50.5%39.61%-
HSV(B)352.35º67.11%59.61%-
XYZ14.999.325.71-
YUV81.98117.29177.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 63 (25% from 255) = 23.77%
R=57.36%
G=18.87%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152506300.670.590.40352.3550.539.61
Hex98323F0433B281603228
Octal2306277010373505406250
Binary1001100011001011111101000011111011101000101100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98323F; }

 p { color: rgb(152,50,63); }

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

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

 a { background-color: rgb(152,50,63); }

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

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

 span { border-color: rgb(152,50,63); }

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