#9F3A3C

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

Shades of Well Read #9F3A3C

Tints of Well Read #9F3A3C

Color information

#9F3A3C (or 0x9F3A3C) is unknown color: approx Well Read. HEX triplet: 9F, 3A and 3C. RGB value is (159,58,60). Sum of RGB (Red+Green+Blue) = 159+58+60=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A3C is #60C5C3. Grayscale: #585858. Windows color (decimal): -6342084 or 3947167. OLE color: 3947167.

HSL color Cylindrical-coordinate representation of color #9F3A3C: hue angle of 358.81º 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 #9F3A3C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1595860-
CMYK00.640.620.38
HSL358.81º46.54%42.55%-
HSV(B)358.81º63.52%62.35%-
XYZ16.6310.725.47-
YUV88.43111.96178.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=57.40%
G=20.94%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159586000.640.620.38358.8146.5442.55
Hex9F3A3C0403E261672f2b
Octal2377274010076465475753
Binary1001111111101011110001000000111110100110101100111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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