#993141

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

Shades of Well Read #993141

Tints of Well Read #993141

Color information

#993141 (or 0x993141) is unknown color: approx Well Read. HEX triplet: 99, 31 and 41. RGB value is (153,49,65). Sum of RGB (Red+Green+Blue) = 153+49+65=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993141 is #66CEBE. Grayscale: #515151. Windows color (decimal): -6737599 or 4272537. OLE color: 4272537.

HSL color Cylindrical-coordinate representation of color #993141: hue angle of 350.77º 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 #993141 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1534965-
CMYK00.680.580.4
HSL350.77º51.49%39.61%-
HSV(B)350.77º67.97%60%-
XYZ15.199.356.01-
YUV81.92118.46178.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=57.30%
G=18.35%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153496500.680.580.4350.7751.4939.61
Hex9931410443A2815f3328
Octal23161101010472505376350
Binary10011001110001100000101000100111010101000101011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993141; }

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

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

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

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

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

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

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

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