#501D2D

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

Shades of Castro #501D2D

Tints of Castro #501D2D

Color information

#501D2D (or 0x501D2D) is unknown color: approx Castro. HEX triplet: 50, 1D and 2D. RGB value is (80,29,45). Sum of RGB (Red+Green+Blue) = 80+29+45=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D2D is #AFE2D2. Grayscale: #2E2E2E. Windows color (decimal): -11526867 or 2956624. OLE color: 2956624.

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

Color convert

RGB802945-
CMYK00.640.440.69
HSL341.18º46.79%21.37%-
HSV(B)341.18º63.75%31.37%-
XYZ4.222.772.8-
YUV46.07127.4152.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=51.95%
G=18.83%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80294500.640.440.69341.1846.7921.37
Hex501D2D0402C451552f15
Octal12035550100541055255725
Binary10100001110110110101000000101100100010110101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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