#501F35

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

Shades of Castro #501F35

Tints of Castro #501F35

Color information

#501F35 (or 0x501F35) is unknown color: approx Castro. HEX triplet: 50, 1F and 35. RGB value is (80,31,53). Sum of RGB (Red+Green+Blue) = 80+31+53=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #501F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F35 is #AFE0CA. Grayscale: #303030. Windows color (decimal): -11526347 or 3481424. OLE color: 3481424.

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

Color convert

RGB803153-
CMYK00.610.340.69
HSL333.06º44.14%21.76%-
HSV(B)333.06º61.25%31.37%-
XYZ4.442.943.7-
YUV48.16130.73150.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=48.78%
G=18.90%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80315300.610.340.69333.0644.1421.76
Hex501F3503D224514d2c16
Octal1203765075421055155426
Binary1010000111111101010111101100010100010110100110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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