Html Css Color HEX #50192F Castro

📋 copy color: '#50192F'

red 80 ◦ green 25 ◦ blue 47

#50192F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #50192F

Tints of Castro #50192F

RGB

 RED value IS 80 (31.64% from 255) = 52.63%

 GREEN value IS 25 (10.16% from 255) = 16.45%

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 52.63%
G = 16.45%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50192F (or 0x50192F) is known color: Castro. HEX triplet: 50, 19 and 2F. RGB value is (80,25,47). Sum of RGB (Red+Green+Blue) = 80+25+47=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #50192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192F is #AFE6D0. Grayscale: #2B2B2B. Windows color (decimal): -11527889 or 3086672. OLE color: 3086672.

HSL color Cylindrical-coordinate representation of color #50192F: hue angle of 336º 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 #50192F is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 47 -
CMYK 0 0.69 0.41 0.69
HSL 336º 0.52% 0.21% -
HSV(B) 336º 0.69% 0.31% -
XYZ 4.17 2.61 2.97 -
YUV 43.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 80 25 47 0 0.69 0.41 0.69 336 0.52 0.21
Hex 50 19 2F 0 45 29 45 150 34 15
Octal 120 31 57 0 105 51 105 520 64 25
Binary 1010000 11001 101111 0 1000101 101001 1000101 101010000 110100 10101

Color Harmonies of #50192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50192F

Black with #50192F

Text Example


Text Example

White with #50192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50192F;
 }
 .AnyTagClassName
 {
   color: #50192F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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