#9F3A40

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

Shades of Well Read #9F3A40

Tints of Well Read #9F3A40

Color information

#9F3A40 (or 0x9F3A40) is unknown color: approx Well Read. HEX triplet: 9F, 3A and 40. RGB value is (159,58,64). Sum of RGB (Red+Green+Blue) = 159+58+64=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A40 is #60C5BF. Grayscale: #585858. Windows color (decimal): -6342080 or 4209311. OLE color: 4209311.

HSL color Cylindrical-coordinate representation of color #9F3A40: hue angle of 356.44º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3A40 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1595864-
CMYK00.640.600.38
HSL356.44º46.54%42.55%-
HSV(B)356.44º63.52%62.35%-
XYZ16.7410.776.05-
YUV88.88113.96178.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=56.58%
G=20.64%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159586400.640.600.38356.4446.5442.55
Hex9F3A400403C261642f2b
Octal23772100010074465445753
Binary10011111111010100000001000000111100100110101100100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,64); }

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

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

 a { background-color: rgb(159,58,64); }

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

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

 span { border-color: rgb(159,58,64); }

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