#993241

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

Shades of Well Read #993241

Tints of Well Read #993241

Color information

#993241 (or 0x993241) is unknown color: approx Well Read. HEX triplet: 99, 32 and 41. RGB value is (153,50,65). Sum of RGB (Red+Green+Blue) = 153+50+65=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993241 is #66CDBE. Grayscale: #525252. Windows color (decimal): -6737343 or 4272793. OLE color: 4272793.

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

Color convert

RGB1535065-
CMYK00.670.580.4
HSL351.26º50.74%39.8%-
HSV(B)351.26º67.32%60%-
XYZ15.239.446.02-
YUV82.51118.12178.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=57.09%
G=18.66%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153506500.670.580.4351.2650.7439.8
Hex9932410433A2815f3328
Octal23162101010372505376350
Binary10011001110010100000101000011111010101000101011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993241; }

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

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

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

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

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

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

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

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