#50192E

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

Shades of Castro #50192E

Tints of Castro #50192E

Color information

#50192E (or 0x50192E) is unknown color: approx Castro. HEX triplet: 50, 19 and 2E. RGB value is (80,25,46). Sum of RGB (Red+Green+Blue) = 80+25+46=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192E is #AFE6D1. Grayscale: #2B2B2B. Windows color (decimal): -11527890 or 3021136. OLE color: 3021136.

HSL color Cylindrical-coordinate representation of color #50192E: hue angle of 337.09º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50192E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB802546-
CMYK00.690.420.69
HSL337.09º52.38%20.59%-
HSV(B)337.09º68.75%31.37%-
XYZ4.152.62.87-
YUV43.84129.22153.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=52.98%
G=16.56%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80254600.690.420.69337.0952.3820.59
Hex50192E0452A451513415
Octal12031560105521055216425
Binary10100001100110111001000101101010100010110101000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50192E; }

 p { color: rgb(80,25,46); }

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

<style>
 a { background-color: #50192E; }

 a { background-color: rgb(80,25,46); }

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

<style>
 span { border-color: #50192E; }

 span { border-color: rgb(80,25,46); }

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