Html Css Color HEX #50172C Castro

📋 copy color: '#50172C'

red 80 ◦ green 23 ◦ blue 44

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

Shades of Castro #50172C

Tints of Castro #50172C

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 value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50172C (or 0x50172C) is known color: 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

RGB 80 23 44 -
CMYK 0 0.71 0.45 0.69
HSL 337.89º 0.55% 0.2% -
HSV(B) 337.89º 0.71% 0.31% -
XYZ 4.07 2.5 2.65 -
YUV 42.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 80 23 44 0 0.71 0.45 0.69 337.89 0.55 0.2
Hex 50 17 2C 0 47 2D 45 152 37 14
Octal 120 27 54 0 107 55 105 522 67 24
Binary 1010000 10111 101100 0 1000111 101101 1000101 101010010 110111 10100

Color Harmonies of #50172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50172C

Black with #50172C

Text Example


Text Example

White with #50172C

Text Example


Text Example

HTML Codes & Css Web 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>