#50182D

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

Shades of Castro #50182D

Tints of Castro #50182D

Color information

#50182D (or 0x50182D) is unknown color: approx Castro. HEX triplet: 50, 18 and 2D. RGB value is (80,24,45). Sum of RGB (Red+Green+Blue) = 80+24+45=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50182D is #AFE7D2. Grayscale: #2B2B2B. Windows color (decimal): -11528147 or 2955344. OLE color: 2955344.

HSL color Cylindrical-coordinate representation of color #50182D: hue angle of 337.5º 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 #50182D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB802445-
CMYK00.700.440.69
HSL337.5º53.85%20.39%-
HSV(B)337.5º70%31.37%-
XYZ4.112.552.76-
YUV43.14129.05154.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=53.69%
G=16.11%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80244500.700.440.69337.553.8520.39
Hex50182D0462C451523614
Octal12030550106541055226624
Binary10100001100010110101000110101100100010110101001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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