#9A3241

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

Shades of Well Read #9A3241

Tints of Well Read #9A3241

Color information

#9A3241 (or 0x9A3241) is unknown color: approx Well Read. HEX triplet: 9A, 32 and 41. RGB value is (154,50,65). Sum of RGB (Red+Green+Blue) = 154+50+65=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3241 is #65CDBE. Grayscale: #525252. Windows color (decimal): -6671807 or 4272794. OLE color: 4272794.

HSL color Cylindrical-coordinate representation of color #9A3241: hue angle of 351.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3241 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1545065-
CMYK00.680.580.40
HSL351.35º50.98%40%-
HSV(B)351.35º67.53%60.39%-
XYZ15.429.536.03-
YUV82.81117.96178.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=57.25%
G=18.59%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154506500.680.580.40351.3550.9840
Hex9A32410443A2815f3328
Octal23262101010472505376350
Binary10011010110010100000101000100111010101000101011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,50,65); }

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

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

 a { background-color: rgb(154,50,65); }

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

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

 span { border-color: rgb(154,50,65); }

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