#93373F

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

Shades of Well Read #93373F

Tints of Well Read #93373F

Color information

#93373F (or 0x93373F) is unknown color: approx Well Read. HEX triplet: 93, 37 and 3F. RGB value is (147,55,63). Sum of RGB (Red+Green+Blue) = 147+55+63=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #93373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93373F is #6CC8C0. Grayscale: #535353. Windows color (decimal): -7129281 or 4142995. OLE color: 4142995.

HSL color Cylindrical-coordinate representation of color #93373F: hue angle of 354.78º 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 #93373F is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1475563-
CMYK00.630.570.42
HSL354.78º45.54%39.61%-
HSV(B)354.78º62.59%57.65%-
XYZ14.39.295.74-
YUV83.42116.48173.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 63 (25% from 255) = 23.77%
R=55.47%
G=20.75%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147556300.630.570.42354.7845.5439.61
Hex93373F03F392A1632e28
Octal223677707771525435650
Binary100100111101111111110111111111001101010101100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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