#94393A

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

Shades of Well Read #94393A

Tints of Well Read #94393A

Color information

#94393A (or 0x94393A) is unknown color: approx Well Read. HEX triplet: 94, 39 and 3A. RGB value is (148,57,58). Sum of RGB (Red+Green+Blue) = 148+57+58=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94393A is #6BC6C5. Grayscale: #545454. Windows color (decimal): -7063238 or 3815828. OLE color: 3815828.

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

Color convert

RGB1485758-
CMYK00.610.610.42
HSL359.34º44.39%40.2%-
HSV(B)359.34º61.49%58.04%-
XYZ14.449.535.08-
YUV84.32113.15173.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=56.27%
G=21.67%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148575800.610.610.42359.3444.3940.2
Hex94393A03D3D2A1672c28
Octal224717207575525475450
Binary100101001110011110100111101111101101010101100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94393A; }

 p { color: rgb(148,57,58); }

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

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

 a { background-color: rgb(148,57,58); }

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

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

 span { border-color: rgb(148,57,58); }

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