Html Css Color HEX #50172B Castro

📋 copy color: '#50172B'

red 80 ◦ green 23 ◦ blue 43

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

Shades of Castro #50172B

Tints of Castro #50172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

 BLUE value IS 43 (17.19% from 255) = 29.45%

R = 54.79%
G = 15.75%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50172B (or 0x50172B) is known color: Castro. HEX triplet: 50, 17 and 2B. RGB value is (80,23,43). Sum of RGB (Red+Green+Blue) = 80+23+43=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50172B is #AFE8D4. Grayscale: #2A2A2A. Windows color (decimal): -11528405 or 2824016. OLE color: 2824016.

HSL color Cylindrical-coordinate representation of color #50172B: hue angle of 338.95º 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 #50172B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 43 -
CMYK 0 0.71 0.46 0.69
HSL 338.95º 0.55% 0.2% -
HSV(B) 338.95º 0.71% 0.31% -
XYZ 4.05 2.49 2.55 -
YUV 42.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 80 23 43 0 0.71 0.46 0.69 338.95 0.55 0.2
Hex 50 17 2B 0 47 2E 45 153 37 14
Octal 120 27 53 0 107 56 105 523 67 24
Binary 1010000 10111 101011 0 1000111 101110 1000101 101010011 110111 10100

Color Harmonies of #50172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50172B

Black with #50172B

Text Example


Text Example

White with #50172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50172B; }

 p { color: rgb(80,23,43); }

 H1.HeaderClassName
 {
   color: #50172B;
 }
 .AnyTagClassName
 {
   color: #50172B;
 }
</style>

background-color css

<style>
 a { background-color: #50172B; }

 a { background-color: rgb(80,23,43); }

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

border-color css

<style>
 span { border-color: #50172B; }

 span { border-color: rgb(80,23,43); }

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