#50182C

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

Shades of Castro #50182C

Tints of Castro #50182C

Color information

#50182C (or 0x50182C) is unknown color: approx Castro. HEX triplet: 50, 18 and 2C. RGB value is (80,24,44). Sum of RGB (Red+Green+Blue) = 80+24+44=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50182C is #AFE7D3. Grayscale: #2B2B2B. Windows color (decimal): -11528148 or 2889808. OLE color: 2889808.

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

Color convert

RGB802444-
CMYK00.700.450.69
HSL338.57º53.85%20.39%-
HSV(B)338.57º70%31.37%-
XYZ4.092.542.66-
YUV43.02128.55154.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=54.05%
G=16.22%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80244400.700.450.69338.5753.8520.39
Hex50182C0462D451533614
Octal12030540106551055236624
Binary10100001100010110001000110101101100010110101001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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