#94373C

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

Shades of Well Read #94373C

Tints of Well Read #94373C

Color information

#94373C (or 0x94373C) is unknown color: approx Well Read. HEX triplet: 94, 37 and 3C. RGB value is (148,55,60). Sum of RGB (Red+Green+Blue) = 148+55+60=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94373C is #6BC8C3. Grayscale: #535353. Windows color (decimal): -7063748 or 3946388. OLE color: 3946388.

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

Color convert

RGB1485560-
CMYK00.630.590.42
HSL356.77º45.81%39.8%-
HSV(B)356.77º62.84%58.04%-
XYZ14.399.355.32-
YUV83.38114.81174.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=56.27%
G=20.91%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148556000.630.590.42356.7745.8139.8
Hex94373C03F3B2A1652e28
Octal224677407773525455650
Binary100101001101111111000111111111011101010101100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94373C; }

 p { color: rgb(148,55,60); }

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

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

 a { background-color: rgb(148,55,60); }

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

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

 span { border-color: rgb(148,55,60); }

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