Html Css Color HEX #501217 Bordeaux

📋 copy color: '#501217'

red 80 ◦ green 18 ◦ blue 23

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

Shades of Bordeaux #501217

Tints of Bordeaux #501217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 66.12%
G = 14.88%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501217 (or 0x501217) is known color: Bordeaux. HEX triplet: 50, 12 and 17. RGB value is (80,18,23). Sum of RGB (Red+Green+Blue) = 80+18+23=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501217 is #AFEDE8. Grayscale: #252525. Windows color (decimal): -11529705 or 1512016. OLE color: 1512016.

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

Color convert

RGB 80 18 23 -
CMYK 0 0.78 0.71 0.69
HSL 355.16º 0.63% 0.19% -
HSV(B) 355.16º 0.78% 0.31% -
XYZ 3.68 2.2 1.04 -
YUV 37.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 80 18 23 0 0.78 0.71 0.69 355.16 0.63 0.19
Hex 50 12 17 0 4E 47 45 163 3F 13
Octal 120 22 27 0 116 107 105 543 77 23
Binary 1010000 10010 10111 0 1001110 1000111 1000101 101100011 111111 10011

Color Harmonies of #501217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501217

Black with #501217

Text Example


Text Example

White with #501217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501217; }

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

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

background-color css

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

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

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

border-color css

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

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

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