#9A393E

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

Shades of Well Read #9A393E

Tints of Well Read #9A393E

Color information

#9A393E (or 0x9A393E) is unknown color: approx Well Read. HEX triplet: 9A, 39 and 3E. RGB value is (154,57,62). Sum of RGB (Red+Green+Blue) = 154+57+62=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A393E is #65C6C1. Grayscale: #565656. Windows color (decimal): -6670018 or 4077978. OLE color: 4077978.

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

Color convert

RGB1545762-
CMYK00.630.600.40
HSL356.91º45.97%41.37%-
HSV(B)356.91º62.99%60.39%-
XYZ15.6610.145.69-
YUV86.57114.14176.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.41%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=56.41%
G=20.88%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154576200.630.600.40356.9145.9741.37
Hex9A393E03F3C281652e29
Octal232717607774505455651
Binary100110101110011111100111111111100101000101100101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A393E; }

 p { color: rgb(154,57,62); }

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

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

 a { background-color: rgb(154,57,62); }

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

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

 span { border-color: rgb(154,57,62); }

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