#501E30

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

Shades of Castro #501E30

Tints of Castro #501E30

Color information

#501E30 (or 0x501E30) is unknown color: approx Castro. HEX triplet: 50, 1E and 30. RGB value is (80,30,48). Sum of RGB (Red+Green+Blue) = 80+30+48=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #501E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E30 is #AFE1CF. Grayscale: #2E2E2E. Windows color (decimal): -11526608 or 3153488. OLE color: 3153488.

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

Color convert

RGB803048-
CMYK00.620.400.69
HSL338.4º45.45%21.57%-
HSV(B)338.4º62.5%31.37%-
XYZ4.312.853.12-
YUV47128.56151.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=50.63%
G=18.99%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80304800.620.400.69338.445.4521.57
Hex501E3003E28451522d16
Octal1203660076501055225526
Binary1010000111101100000111110101000100010110101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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