#943438

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

Shades of Well Read #943438

Tints of Well Read #943438

Color information

#943438 (or 0x943438) is unknown color: approx Well Read. HEX triplet: 94, 34 and 38. RGB value is (148,52,56). Sum of RGB (Red+Green+Blue) = 148+52+56=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #943438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943438 is #6BCBC7. Grayscale: #515151. Windows color (decimal): -7064520 or 3683476. OLE color: 3683476.

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

Color convert

RGB1485256-
CMYK00.650.620.42
HSL357.5º48%39.22%-
HSV(B)357.5º64.86%58.04%-
XYZ14.159.044.74-
YUV81.16113.8175.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.81%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=57.81%
G=20.31%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148525600.650.620.42357.54839.22
Hex9434380413E2A1663027
Octal2246470010176525466047
Binary1001010011010011100001000001111110101010101100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943438; }

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

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

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

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

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

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

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

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