#501E35

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

Shades of Castro #501E35

Tints of Castro #501E35

Color information

#501E35 (or 0x501E35) is unknown color: approx Castro. HEX triplet: 50, 1E and 35. RGB value is (80,30,53). Sum of RGB (Red+Green+Blue) = 80+30+53=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E35 is #AFE1CA. Grayscale: #2F2F2F. Windows color (decimal): -11526603 or 3481168. OLE color: 3481168.

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

Color convert

RGB803053-
CMYK00.620.340.69
HSL332.4º45.45%21.57%-
HSV(B)332.4º62.5%31.37%-
XYZ4.422.893.69-
YUV47.57131.06151.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=49.08%
G=18.40%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80305300.620.340.69332.445.4521.57
Hex501E3503E224514c2d16
Octal1203665076421055145526
Binary1010000111101101010111110100010100010110100110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,30,53); }

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

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

 a { background-color: rgb(80,30,53); }

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

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

 span { border-color: rgb(80,30,53); }

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