#501F33

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

Shades of Castro #501F33

Tints of Castro #501F33

Color information

#501F33 (or 0x501F33) is unknown color: approx Castro. HEX triplet: 50, 1F and 33. RGB value is (80,31,51). Sum of RGB (Red+Green+Blue) = 80+31+51=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F33 is #AFE0CC. Grayscale: #2F2F2F. Windows color (decimal): -11526349 or 3350352. OLE color: 3350352.

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

Color convert

RGB803151-
CMYK00.610.360.69
HSL335.51º44.14%21.76%-
HSV(B)335.51º61.25%31.37%-
XYZ4.42.923.46-
YUV47.93129.73150.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=49.38%
G=19.14%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80315100.610.360.69335.5144.1421.76
Hex501F3303D24451502c16
Octal1203763075441055205426
Binary1010000111111100110111101100100100010110101000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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