#943338

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

Shades of Well Read #943338

Tints of Well Read #943338

Color information

#943338 (or 0x943338) is unknown color: approx Well Read. HEX triplet: 94, 33 and 38. RGB value is (148,51,56). Sum of RGB (Red+Green+Blue) = 148+51+56=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #943338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943338 is #6BCCC7. Grayscale: #505050. Windows color (decimal): -7064776 or 3683220. OLE color: 3683220.

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

Color convert

RGB1485156-
CMYK00.660.620.42
HSL356.91º48.74%39.02%-
HSV(B)356.91º65.54%58.04%-
XYZ14.118.954.73-
YUV80.57114.14176.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=58.04%
G=20%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148515600.660.620.42356.9148.7439.02
Hex9433380423E2A1653127
Octal2246370010276525456147
Binary1001010011001111100001000010111110101010101100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943338; }

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

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

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

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

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

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

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

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