#501A2D

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

Shades of Castro #501A2D

Tints of Castro #501A2D

Color information

#501A2D (or 0x501A2D) is unknown color: approx Castro. HEX triplet: 50, 1A and 2D. RGB value is (80,26,45). Sum of RGB (Red+Green+Blue) = 80+26+45=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A2D is #AFE5D2. Grayscale: #2C2C2C. Windows color (decimal): -11527635 or 2955856. OLE color: 2955856.

HSL color Cylindrical-coordinate representation of color #501A2D: hue angle of 338.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A2D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB802645-
CMYK00.670.440.69
HSL338.89º50.94%20.78%-
HSV(B)338.89º67.5%31.37%-
XYZ4.152.632.77-
YUV44.31128.39153.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=52.98%
G=17.22%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80264500.670.440.69338.8950.9420.78
Hex501A2D0432C451533315
Octal12032550103541055236325
Binary10100001101010110101000011101100100010110101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,26,45); }

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

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

 a { background-color: rgb(80,26,45); }

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

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

 span { border-color: rgb(80,26,45); }

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