Html Css Color HEX #501117 Bordeaux

📋 copy color: '#501117'

red 80 ◦ green 17 ◦ blue 23

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

Shades of Bordeaux #501117

Tints of Bordeaux #501117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

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

R = 66.67%
G = 14.17%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501117 (or 0x501117) is known color: Bordeaux. HEX triplet: 50, 11 and 17. RGB value is (80,17,23). Sum of RGB (Red+Green+Blue) = 80+17+23=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501117 is #AFEEE8. Grayscale: #242424. Windows color (decimal): -11529961 or 1511760. OLE color: 1511760.

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

Color convert

RGB 80 17 23 -
CMYK 0 0.79 0.71 0.69
HSL 354.29º 0.65% 0.19% -
HSV(B) 354.29º 0.79% 0.31% -
XYZ 3.66 2.17 1.04 -
YUV 36.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 80 17 23 0 0.79 0.71 0.69 354.29 0.65 0.19
Hex 50 11 17 0 4F 47 45 162 41 13
Octal 120 21 27 0 117 107 105 542 101 23
Binary 1010000 10001 10111 0 1001111 1000111 1000101 101100010 1000001 10011

Color Harmonies of #501117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501117

Black with #501117

Text Example


Text Example

White with #501117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501117; }

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

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

background-color css

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

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

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

border-color css

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

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

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