#943442

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

Shades of Well Read #943442

Tints of Well Read #943442

Color information

#943442 (or 0x943442) is unknown color: approx Well Read. HEX triplet: 94, 34 and 42. RGB value is (148,52,66). Sum of RGB (Red+Green+Blue) = 148+52+66=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #943442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943442 is #6BCBBD. Grayscale: #525252. Windows color (decimal): -7064510 or 4338836. OLE color: 4338836.

HSL color Cylindrical-coordinate representation of color #943442: hue angle of 351.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943442 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB1485266-
CMYK00.650.550.42
HSL351.25º48%39.22%-
HSV(B)351.25º64.86%58.04%-
XYZ14.429.156.16-
YUV82.3118.8174.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=55.64%
G=19.55%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148526600.650.550.42351.254839.22
Hex943442041372A15f3027
Octal22464102010167525376047
Binary10010100110100100001001000001110111101010101011111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943442; }

 p { color: rgb(148,52,66); }

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

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

 a { background-color: rgb(148,52,66); }

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

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

 span { border-color: rgb(148,52,66); }

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