#50172C

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

Shades of Castro #50172C

Tints of Castro #50172C

Color information

#50172C (or 0x50172C) is unknown color: approx Castro. HEX triplet: 50, 17 and 2C. RGB value is (80,23,44). Sum of RGB (Red+Green+Blue) = 80+23+44=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50172C is #AFE8D3. Grayscale: #2A2A2A. Windows color (decimal): -11528404 or 2889552. OLE color: 2889552.

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

Color convert

RGB802344-
CMYK00.710.450.69
HSL337.89º55.34%20.2%-
HSV(B)337.89º71.25%31.37%-
XYZ4.072.52.65-
YUV42.44128.88154.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=54.42%
G=15.65%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80234400.710.450.69337.8955.3420.2
Hex50172C0472D451523714
Octal12027540107551055226724
Binary10100001011110110001000111101101100010110101001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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