#501B2C

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

Shades of Castro #501B2C

Tints of Castro #501B2C

Color information

#501B2C (or 0x501B2C) is unknown color: approx Castro. HEX triplet: 50, 1B and 2C. RGB value is (80,27,44). Sum of RGB (Red+Green+Blue) = 80+27+44=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B2C is #AFE4D3. Grayscale: #2C2C2C. Windows color (decimal): -11527380 or 2890576. OLE color: 2890576.

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

Color convert

RGB802744-
CMYK00.660.450.69
HSL340.75º49.53%20.98%-
HSV(B)340.75º66.25%31.37%-
XYZ4.152.672.68-
YUV44.78127.56153.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=52.98%
G=17.88%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80274400.660.450.69340.7549.5320.98
Hex501B2C0422D451553215
Octal12033540102551055256225
Binary10100001101110110001000010101101100010110101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,27,44); }

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

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

 a { background-color: rgb(80,27,44); }

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

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

 span { border-color: rgb(80,27,44); }

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