Html Css Color HEX #501317 Bordeaux

📋 copy color: '#501317'

red 80 ◦ green 19 ◦ blue 23

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

Shades of Bordeaux #501317

Tints of Bordeaux #501317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 65.57%
G = 15.57%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501317 (or 0x501317) is known color: Bordeaux. HEX triplet: 50, 13 and 17. RGB value is (80,19,23). Sum of RGB (Red+Green+Blue) = 80+19+23=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501317 is #AFECE8. Grayscale: #252525. Windows color (decimal): -11529449 or 1512272. OLE color: 1512272.

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

Color convert

RGB 80 19 23 -
CMYK 0 0.76 0.71 0.69
HSL 356.07º 0.62% 0.19% -
HSV(B) 356.07º 0.76% 0.31% -
XYZ 3.7 2.23 1.05 -
YUV 37.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 80 19 23 0 0.76 0.71 0.69 356.07 0.62 0.19
Hex 50 13 17 0 4C 47 45 164 3E 13
Octal 120 23 27 0 114 107 105 544 76 23
Binary 1010000 10011 10111 0 1001100 1000111 1000101 101100100 111110 10011

Color Harmonies of #501317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501317

Black with #501317

Text Example


Text Example

White with #501317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501317; }

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

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

background-color css

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

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

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

border-color css

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

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

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