#501C33

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

Shades of Castro #501C33

Tints of Castro #501C33

Color information

#501C33 (or 0x501C33) is unknown color: approx Castro. HEX triplet: 50, 1C and 33. RGB value is (80,28,51). Sum of RGB (Red+Green+Blue) = 80+28+51=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C33 is #AFE3CC. Grayscale: #2E2E2E. Windows color (decimal): -11527117 or 3349584. OLE color: 3349584.

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

Color convert

RGB802851-
CMYK00.650.360.69
HSL333.46º48.15%21.18%-
HSV(B)333.46º65%31.37%-
XYZ4.322.773.44-
YUV46.17130.73152.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=50.31%
G=17.61%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80285100.650.360.69333.4648.1521.18
Hex501C33041244514d3015
Octal12034630101441055156025
Binary10100001110011001101000001100100100010110100110111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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