#93373E

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

Shades of Well Read #93373E

Tints of Well Read #93373E

Color information

#93373E (or 0x93373E) is unknown color: approx Well Read. HEX triplet: 93, 37 and 3E. RGB value is (147,55,62). Sum of RGB (Red+Green+Blue) = 147+55+62=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93373E is #6CC8C1. Grayscale: #535353. Windows color (decimal): -7129282 or 4077459. OLE color: 4077459.

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

Color convert

RGB1475562-
CMYK00.630.580.42
HSL355.43º45.54%39.61%-
HSV(B)355.43º62.59%57.65%-
XYZ14.279.285.6-
YUV83.31115.98173.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 62 (24.61% from 255) = 23.48%
R=55.68%
G=20.83%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147556200.630.580.42355.4345.5439.61
Hex93373E03F3A2A1632e28
Octal223677607772525435650
Binary100100111101111111100111111111010101010101100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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