#993B41

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

Shades of Well Read #993B41

Tints of Well Read #993B41

Color information

#993B41 (or 0x993B41) is unknown color: approx Well Read. HEX triplet: 99, 3B and 41. RGB value is (153,59,65). Sum of RGB (Red+Green+Blue) = 153+59+65=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B41 is #66C4BE. Grayscale: #575757. Windows color (decimal): -6735039 or 4275097. OLE color: 4275097.

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

Color convert

RGB1535965-
CMYK00.610.580.4
HSL356.17º44.34%41.57%-
HSV(B)356.17º61.44%60%-
XYZ15.6510.286.16-
YUV87.79115.14174.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 59 (23.44% from 255) = 21.30%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=55.23%
G=21.30%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153596500.610.580.4356.1744.3441.57
Hex993B4103D3A281642c2a
Octal2317310107572505445452
Binary1001100111101110000010111101111010101000101100100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993B41; }

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

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

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

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

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

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

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

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