#50162C

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

Shades of Castro #50162C

Tints of Castro #50162C

Color information

#50162C (or 0x50162C) is unknown color: approx Castro. HEX triplet: 50, 16 and 2C. RGB value is (80,22,44). Sum of RGB (Red+Green+Blue) = 80+22+44=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50162C is #AFE9D3. Grayscale: #292929. Windows color (decimal): -11528660 or 2889296. OLE color: 2889296.

HSL color Cylindrical-coordinate representation of color #50162C: hue angle of 337.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50162C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB802244-
CMYK00.720.450.69
HSL337.24º56.86%20%-
HSV(B)337.24º72.5%31.37%-
XYZ4.052.462.64-
YUV41.85129.22155.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=54.79%
G=15.07%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80224400.720.450.69337.2456.8620
Hex50162C0482D451513914
Octal12026540110551055217124
Binary10100001011010110001001000101101100010110101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50162C; }

 p { color: rgb(80,22,44); }

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

<style>
 a { background-color: #50162C; }

 a { background-color: rgb(80,22,44); }

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

<style>
 span { border-color: #50162C; }

 span { border-color: rgb(80,22,44); }

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