#943A41

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

Shades of Well Read #943A41

Tints of Well Read #943A41

Color information

#943A41 (or 0x943A41) is unknown color: approx Well Read. HEX triplet: 94, 3A and 41. RGB value is (148,58,65). Sum of RGB (Red+Green+Blue) = 148+58+65=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #943A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943A41 is #6BC5BE. Grayscale: #555555. Windows color (decimal): -7062975 or 4274836. OLE color: 4274836.

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

Color convert

RGB1485865-
CMYK00.610.560.42
HSL355.33º43.69%40.39%-
HSV(B)355.33º60.81%58.04%-
XYZ14.689.76.1-
YUV85.71116.32172.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=54.61%
G=21.40%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148586500.610.560.42355.3343.6940.39
Hex943A4103D382A1632c28
Octal2247210107570525435450
Binary1001010011101010000010111101111000101010101100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943A41; }

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

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

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

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

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

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

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

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