Html Css Color HEX #50171C Bordeaux

📋 copy color: '#50171C'

red 80 ◦ green 23 ◦ blue 28

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

Shades of Bordeaux #50171C

Tints of Bordeaux #50171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 61.07%
G = 17.56%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50171C (or 0x50171C) is known color: Bordeaux. HEX triplet: 50, 17 and 1C. RGB value is (80,23,28). Sum of RGB (Red+Green+Blue) = 80+23+28=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50171C is #AFE8E3. Grayscale: #282828. Windows color (decimal): -11528420 or 1840976. OLE color: 1840976.

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

Color convert

RGB 80 23 28 -
CMYK 0 0.71 0.65 0.69
HSL 354.74º 0.55% 0.2% -
HSV(B) 354.74º 0.71% 0.31% -
XYZ 3.82 2.4 1.36 -
YUV 40.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 80 23 28 0 0.71 0.65 0.69 354.74 0.55 0.2
Hex 50 17 1C 0 47 41 45 163 37 14
Octal 120 27 34 0 107 101 105 543 67 24
Binary 1010000 10111 11100 0 1000111 1000001 1000101 101100011 110111 10100

Color Harmonies of #50171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50171C

Black with #50171C

Text Example


Text Example

White with #50171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50171C; }

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

 H1.HeaderClassName
 {
   color: #50171C;
 }
 .AnyTagClassName
 {
   color: #50171C;
 }
</style>

background-color css

<style>
 a { background-color: #50171C; }

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

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

border-color css

<style>
 span { border-color: #50171C; }

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

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