#94363B

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

Shades of Well Read #94363B

Tints of Well Read #94363B

Color information

#94363B (or 0x94363B) is unknown color: approx Well Read. HEX triplet: 94, 36 and 3B. RGB value is (148,54,59). Sum of RGB (Red+Green+Blue) = 148+54+59=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94363B is #6BC9C4. Grayscale: #525252. Windows color (decimal): -7064005 or 3880596. OLE color: 3880596.

HSL color Cylindrical-coordinate representation of color #94363B: hue angle of 356.81º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94363B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1485459-
CMYK00.640.600.42
HSL356.81º46.53%39.61%-
HSV(B)356.81º63.51%58.04%-
XYZ14.329.255.17-
YUV82.68114.64174.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=56.70%
G=20.69%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148545900.640.600.42356.8146.5339.61
Hex94363B0403C2A1652f28
Octal2246673010074525455750
Binary1001010011011011101101000000111100101010101100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94363B; }

 p { color: rgb(148,54,59); }

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

<style>
 a { background-color: #94363B; }

 a { background-color: rgb(148,54,59); }

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

<style>
 span { border-color: #94363B; }

 span { border-color: rgb(148,54,59); }

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