#943839

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

Shades of Well Read #943839

Tints of Well Read #943839

Color information

#943839 (or 0x943839) is unknown color: approx Well Read. HEX triplet: 94, 38 and 39. RGB value is (148,56,57). Sum of RGB (Red+Green+Blue) = 148+56+57=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #943839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943839 is #6BC7C6. Grayscale: #535353. Windows color (decimal): -7063495 or 3750036. OLE color: 3750036.

HSL color Cylindrical-coordinate representation of color #943839: hue angle of 359.35º 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 #943839 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1485657-
CMYK00.620.610.42
HSL359.35º45.1%40%-
HSV(B)359.35º62.16%58.04%-
XYZ14.379.424.93-
YUV83.62112.98173.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=56.70%
G=21.46%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148565700.620.610.42359.3545.140
Hex94383903E3D2A1672d28
Octal224707107675525475550
Binary100101001110001110010111110111101101010101100111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943839; }

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

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

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

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

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

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

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

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