#993243

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

Shades of Well Read #993243

Tints of Well Read #993243

Color information

#993243 (or 0x993243) is unknown color: approx Well Read. HEX triplet: 99, 32 and 43. RGB value is (153,50,67). Sum of RGB (Red+Green+Blue) = 153+50+67=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #993243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993243 is #66CDBC. Grayscale: #525252. Windows color (decimal): -6737341 or 4403865. OLE color: 4403865.

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

Color convert

RGB1535067-
CMYK00.670.560.4
HSL350.1º50.74%39.8%-
HSV(B)350.1º67.32%60%-
XYZ15.299.466.33-
YUV82.74119.12178.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=56.67%
G=18.52%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153506700.670.560.4350.150.7439.8
Hex993243043382815e3328
Octal23162103010370505366350
Binary10011001110010100001101000011111000101000101011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993243; }

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

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

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

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

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

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

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

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