#94383C

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

Shades of Well Read #94383C

Tints of Well Read #94383C

Color information

#94383C (or 0x94383C) is unknown color: approx Well Read. HEX triplet: 94, 38 and 3C. RGB value is (148,56,60). Sum of RGB (Red+Green+Blue) = 148+56+60=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94383C is #6BC7C3. Grayscale: #545454. Windows color (decimal): -7063492 or 3946644. OLE color: 3946644.

HSL color Cylindrical-coordinate representation of color #94383C: hue angle of 357.39º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94383C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1485660-
CMYK00.620.590.42
HSL357.39º45.1%40%-
HSV(B)357.39º62.16%58.04%-
XYZ14.449.455.34-
YUV83.96114.48173.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=56.06%
G=21.21%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148566000.620.590.42357.3945.140
Hex94383C03E3B2A1652d28
Octal224707407673525455550
Binary100101001110001111000111110111011101010101100101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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