#993440

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

Shades of Well Read #993440

Tints of Well Read #993440

Color information

#993440 (or 0x993440) is unknown color: approx Well Read. HEX triplet: 99, 34 and 40. RGB value is (153,52,64). Sum of RGB (Red+Green+Blue) = 153+52+64=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #993440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993440 is #66CBBF. Grayscale: #535353. Windows color (decimal): -6736832 or 4207769. OLE color: 4207769.

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

Color convert

RGB1535264-
CMYK00.660.580.4
HSL352.87º49.27%40.2%-
HSV(B)352.87º66.01%60%-
XYZ15.299.65.9-
YUV83.57116.96177.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=56.88%
G=19.33%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153526400.660.580.4352.8749.2740.2
Hex9934400423A281613128
Octal23164100010272505416150
Binary10011001110100100000001000010111010101000101100001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993440; }

 p { color: rgb(153,52,64); }

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

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

 a { background-color: rgb(153,52,64); }

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

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

 span { border-color: rgb(153,52,64); }

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