Html Css Color HEX #501013 Bordeaux

📋 copy color: '#501013'

red 80 ◦ green 16 ◦ blue 19

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

Shades of Bordeaux #501013

Tints of Bordeaux #501013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 69.57%
G = 13.91%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501013 (or 0x501013) is known color: Bordeaux. HEX triplet: 50, 10 and 13. RGB value is (80,16,19). Sum of RGB (Red+Green+Blue) = 80+16+19=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501013 is #AFEFEC. Grayscale: #232323. Windows color (decimal): -11530221 or 1249360. OLE color: 1249360.

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

Color convert

RGB 80 16 19 -
CMYK 0 0.80 0.76 0.69
HSL 357.19º 0.67% 0.19% -
HSV(B) 357.19º 0.8% 0.31% -
XYZ 3.61 2.12 0.84 -
YUV 35.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 80 16 19 0 0.80 0.76 0.69 357.19 0.67 0.19
Hex 50 10 13 0 50 4C 45 165 43 13
Octal 120 20 23 0 120 114 105 545 103 23
Binary 1010000 10000 10011 0 1010000 1001100 1000101 101100101 1000011 10011

Color Harmonies of #501013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501013

Black with #501013

Text Example


Text Example

White with #501013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501013; }

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

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

background-color css

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

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

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

border-color css

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

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

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