Html Css Color HEX #501417 Bordeaux

📋 copy color: '#501417'

red 80 ◦ green 20 ◦ blue 23

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

Shades of Bordeaux #501417

Tints of Bordeaux #501417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 65.04%
G = 16.26%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501417 (or 0x501417) is known color: Bordeaux. HEX triplet: 50, 14 and 17. RGB value is (80,20,23). Sum of RGB (Red+Green+Blue) = 80+20+23=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501417 is #AFEBE8. Grayscale: #262626. Windows color (decimal): -11529193 or 1512528. OLE color: 1512528.

HSL color Cylindrical-coordinate representation of color #501417: hue angle of 357º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501417 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 23 -
CMYK 0 0.75 0.71 0.69
HSL 357º 0.6% 0.2% -
HSV(B) 357º 0.75% 0.31% -
XYZ 3.71 2.27 1.05 -
YUV 38.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 80 20 23 0 0.75 0.71 0.69 357 0.6 0.2
Hex 50 14 17 0 4B 47 45 165 3C 14
Octal 120 24 27 0 113 107 105 545 74 24
Binary 1010000 10100 10111 0 1001011 1000111 1000101 101100101 111100 10100

Color Harmonies of #501417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501417

Black with #501417

Text Example


Text Example

White with #501417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501417; }

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

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

background-color css

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

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

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

border-color css

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

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

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