#933337

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

Shades of Well Read #933337

Tints of Well Read #933337

Color information

#933337 (or 0x933337) is unknown color: approx Well Read. HEX triplet: 93, 33 and 37. RGB value is (147,51,55). Sum of RGB (Red+Green+Blue) = 147+51+55=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #933337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933337 is #6CCCC8. Grayscale: #505050. Windows color (decimal): -7130313 or 3617683. OLE color: 3617683.

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

Color convert

RGB1475155-
CMYK00.650.630.42
HSL357.5º48.48%38.82%-
HSV(B)357.5º65.31%57.65%-
XYZ13.918.854.59-
YUV80.16113.8175.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.10%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 55 (21.88% from 255) = 21.74%
R=58.10%
G=20.16%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147515500.650.630.42357.548.4838.82
Hex9333370413F2A1663027
Octal2236367010177525466047
Binary1001001111001111011101000001111111101010101100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933337; }

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

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

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

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

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

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

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

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