#501B30

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

Shades of Castro #501B30

Tints of Castro #501B30

Color information

#501B30 (or 0x501B30) is unknown color: approx Castro. HEX triplet: 50, 1B and 30. RGB value is (80,27,48). Sum of RGB (Red+Green+Blue) = 80+27+48=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B30 is #AFE4CF. Grayscale: #2D2D2D. Windows color (decimal): -11527376 or 3152720. OLE color: 3152720.

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

Color convert

RGB802748-
CMYK00.660.400.69
HSL336.23º49.53%20.98%-
HSV(B)336.23º66.25%31.37%-
XYZ4.232.73.09-
YUV45.24129.56152.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=51.61%
G=17.42%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80274800.660.400.69336.2349.5320.98
Hex501B3004228451503215
Octal12033600102501055206225
Binary10100001101111000001000010101000100010110101000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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