#93323E

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

Shades of Well Read #93323E

Tints of Well Read #93323E

Color information

#93323E (or 0x93323E) is unknown color: approx Well Read. HEX triplet: 93, 32 and 3E. RGB value is (147,50,62). Sum of RGB (Red+Green+Blue) = 147+50+62=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93323E is #6CCDC1. Grayscale: #505050. Windows color (decimal): -7130562 or 4076179. OLE color: 4076179.

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

Color convert

RGB1475062-
CMYK00.660.580.42
HSL352.58º49.24%38.63%-
HSV(B)352.58º65.99%57.65%-
XYZ14.048.835.52-
YUV80.37117.64175.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=56.76%
G=19.31%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147506200.660.580.42352.5849.2438.63
Hex93323E0423A2A1613127
Octal2236276010272525416147
Binary1001001111001011111001000010111010101010101100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93323E; }

 p { color: rgb(147,50,62); }

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

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

 a { background-color: rgb(147,50,62); }

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

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

 span { border-color: rgb(147,50,62); }

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