#501E33

Color #501E33 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #501E33

Tints of Castro #501E33

Color information

#501E33 (or 0x501E33) is unknown color: approx Castro. HEX triplet: 50, 1E and 33. RGB value is (80,30,51). Sum of RGB (Red+Green+Blue) = 80+30+51=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E33 is #AFE1CC. Grayscale: #2F2F2F. Windows color (decimal): -11526605 or 3350096. OLE color: 3350096.

HSL color Cylindrical-coordinate representation of color #501E33: hue angle of 334.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E33 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB803051-
CMYK00.620.360.69
HSL334.8º45.45%21.57%-
HSV(B)334.8º62.5%31.37%-
XYZ4.372.873.46-
YUV47.34130.06151.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=49.69%
G=18.63%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80305100.620.360.69334.845.4521.57
Hex501E3303E244514f2d16
Octal1203663076441055175526
Binary1010000111101100110111110100100100010110100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E33; }

 p { color: rgb(80,30,51); }

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

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

 a { background-color: rgb(80,30,51); }

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

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

 span { border-color: rgb(80,30,51); }

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