#99393F

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

Shades of Well Read #99393F

Tints of Well Read #99393F

Color information

#99393F (or 0x99393F) is unknown color: approx Well Read. HEX triplet: 99, 39 and 3F. RGB value is (153,57,63). Sum of RGB (Red+Green+Blue) = 153+57+63=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #99393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99393F is #66C6C0. Grayscale: #565656. Windows color (decimal): -6735553 or 4143513. OLE color: 4143513.

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

Color convert

RGB1535763-
CMYK00.630.590.4
HSL356.25º45.71%41.18%-
HSV(B)356.25º62.75%60%-
XYZ15.510.065.83-
YUV86.39114.8175.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 63 (25% from 255) = 23.08%
R=56.04%
G=20.88%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153576300.630.590.4356.2545.7141.18
Hex99393F03F3B281642e29
Octal231717707773505445651
Binary100110011110011111110111111111011101000101100100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,57,63); }

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

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

 a { background-color: rgb(153,57,63); }

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

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

 span { border-color: rgb(153,57,63); }

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