Html Css Color HEX #501719 Bordeaux

📋 copy color: '#501719'

red 80 ◦ green 23 ◦ blue 25

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

Shades of Bordeaux #501719

Tints of Bordeaux #501719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 62.5%
G = 17.97%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501719 (or 0x501719) is known color: Bordeaux. HEX triplet: 50, 17 and 19. RGB value is (80,23,25). Sum of RGB (Red+Green+Blue) = 80+23+25=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501719 is #AFE8E6. Grayscale: #282828. Windows color (decimal): -11528423 or 1644368. OLE color: 1644368.

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

Color convert

RGB 80 23 25 -
CMYK 0 0.71 0.69 0.69
HSL 357.89º 0.55% 0.2% -
HSV(B) 357.89º 0.71% 0.31% -
XYZ 3.79 2.39 1.18 -
YUV 40.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 80 23 25 0 0.71 0.69 0.69 357.89 0.55 0.2
Hex 50 17 19 0 47 45 45 166 37 14
Octal 120 27 31 0 107 105 105 546 67 24
Binary 1010000 10111 11001 0 1000111 1000101 1000101 101100110 110111 10100

Color Harmonies of #501719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501719

Black with #501719

Text Example


Text Example

White with #501719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501719; }

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

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

background-color css

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

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

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

border-color css

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

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

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