#501B31

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

Shades of Castro #501B31

Tints of Castro #501B31

Color information

#501B31 (or 0x501B31) is unknown color: approx Castro. HEX triplet: 50, 1B and 31. RGB value is (80,27,49). Sum of RGB (Red+Green+Blue) = 80+27+49=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B31 is #AFE4CE. Grayscale: #2D2D2D. Windows color (decimal): -11527375 or 3218256. OLE color: 3218256.

HSL color Cylindrical-coordinate representation of color #501B31: hue angle of 335.09º 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 #501B31 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB802749-
CMYK00.660.390.69
HSL335.09º49.53%20.98%-
HSV(B)335.09º66.25%31.37%-
XYZ4.252.713.2-
YUV45.36130.06152.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=51.28%
G=17.31%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80274900.660.390.69335.0949.5320.98
Hex501B31042274514f3215
Octal12033610102471055176225
Binary10100001101111000101000010100111100010110100111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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