Html Css Color HEX #50172A Bordeaux

📋 copy color: '#50172A'

red 80 ◦ green 23 ◦ blue 42

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

Shades of Bordeaux #50172A

Tints of Bordeaux #50172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 55.17%
G = 15.86%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50172A (or 0x50172A) is known color: Bordeaux. HEX triplet: 50, 17 and 2A. RGB value is (80,23,42). Sum of RGB (Red+Green+Blue) = 80+23+42=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50172A is #AFE8D5. Grayscale: #2A2A2A. Windows color (decimal): -11528406 or 2758480. OLE color: 2758480.

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

Color convert

RGB 80 23 42 -
CMYK 0 0.71 0.48 0.69
HSL 340º 0.55% 0.2% -
HSV(B) 340º 0.71% 0.31% -
XYZ 4.03 2.49 2.46 -
YUV 42.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 80 23 42 0 0.71 0.48 0.69 340 0.55 0.2
Hex 50 17 2A 0 47 30 45 154 37 14
Octal 120 27 52 0 107 60 105 524 67 24
Binary 1010000 10111 101010 0 1000111 110000 1000101 101010100 110111 10100

Color Harmonies of #50172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50172A

Black with #50172A

Text Example


Text Example

White with #50172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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