#993943

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

Shades of Well Read #993943

Tints of Well Read #993943

Color information

#993943 (or 0x993943) is unknown color: approx Well Read. HEX triplet: 99, 39 and 43. RGB value is (153,57,67). Sum of RGB (Red+Green+Blue) = 153+57+67=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993943 is #66C6BC. Grayscale: #565656. Windows color (decimal): -6735549 or 4405657. OLE color: 4405657.

HSL color Cylindrical-coordinate representation of color #993943: hue angle of 353.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993943 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1535767-
CMYK00.630.560.4
HSL353.75º45.71%41.18%-
HSV(B)353.75º62.75%60%-
XYZ15.6110.16.44-
YUV86.84116.8175.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=55.23%
G=20.58%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153576700.630.560.4353.7545.7141.18
Hex99394303F38281622e29
Octal2317110307770505425651
Binary1001100111100110000110111111111000101000101100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993943; }

 p { color: rgb(153,57,67); }

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

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

 a { background-color: rgb(153,57,67); }

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

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

 span { border-color: rgb(153,57,67); }

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