#933137

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

Shades of Well Read #933137

Tints of Well Read #933137

Color information

#933137 (or 0x933137) is unknown color: approx Well Read. HEX triplet: 93, 31 and 37. RGB value is (147,49,55). Sum of RGB (Red+Green+Blue) = 147+49+55=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #933137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933137 is #6CCEC8. Grayscale: #4F4F4F. Windows color (decimal): -7130825 or 3617171. OLE color: 3617171.

HSL color Cylindrical-coordinate representation of color #933137: hue angle of 356.33º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933137 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1474955-
CMYK00.670.630.42
HSL356.33º50%38.43%-
HSV(B)356.33º66.67%57.65%-
XYZ13.828.684.56-
YUV78.99114.47176.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.57%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 55 (21.88% from 255) = 21.91%
R=58.57%
G=19.52%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147495500.670.630.42356.335038.43
Hex9331370433F2A1643226
Octal2236167010377525446246
Binary1001001111000111011101000011111111101010101100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933137; }

 p { color: rgb(147,49,55); }

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

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

 a { background-color: rgb(147,49,55); }

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

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

 span { border-color: rgb(147,49,55); }

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