#98393A

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

Shades of Well Read #98393A

Tints of Well Read #98393A

Color information

#98393A (or 0x98393A) is unknown color: approx Well Read. HEX triplet: 98, 39 and 3A. RGB value is (152,57,58). Sum of RGB (Red+Green+Blue) = 152+57+58=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98393A is #67C6C5. Grayscale: #555555. Windows color (decimal): -6801094 or 3815832. OLE color: 3815832.

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

Color convert

RGB1525758-
CMYK00.620.620.40
HSL359.37º45.45%40.98%-
HSV(B)359.37º62.5%59.61%-
XYZ15.189.915.12-
YUV85.52112.47175.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=56.93%
G=21.35%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152575800.620.620.40359.3745.4540.98
Hex98393A03E3E281672d29
Octal230717207676505475551
Binary100110001110011110100111110111110101000101100111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98393A; }

 p { color: rgb(152,57,58); }

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

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

 a { background-color: rgb(152,57,58); }

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

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

 span { border-color: rgb(152,57,58); }

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