#993043

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

Shades of Well Read #993043

Tints of Well Read #993043

Color information

#993043 (or 0x993043) is unknown color: approx Well Read. HEX triplet: 99, 30 and 43. RGB value is (153,48,67). Sum of RGB (Red+Green+Blue) = 153+48+67=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993043 is #66CFBC. Grayscale: #515151. Windows color (decimal): -6737853 or 4403353. OLE color: 4403353.

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

Color convert

RGB1534867-
CMYK00.690.560.4
HSL349.14º52.24%39.41%-
HSV(B)349.14º68.63%60%-
XYZ15.219.296.3-
YUV81.56119.79178.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 67 (26.56% from 255) = 25%
R=57.09%
G=17.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153486700.690.560.4349.1452.2439.41
Hex993043045382815d3427
Octal23160103010570505356447
Binary10011001110000100001101000101111000101000101011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993043; }

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

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

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

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

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

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

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

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