Html Css Color HEX #501113 Bordeaux

📋 copy color: '#501113'

red 80 ◦ green 17 ◦ blue 19

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

Shades of Bordeaux #501113

Tints of Bordeaux #501113

RGB

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

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

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

R = 68.97%
G = 14.66%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501113 (or 0x501113) is known color: Bordeaux. HEX triplet: 50, 11 and 13. RGB value is (80,17,19). Sum of RGB (Red+Green+Blue) = 80+17+19=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #501113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501113 is #AFEEEC. Grayscale: #242424. Windows color (decimal): -11529965 or 1249616. OLE color: 1249616.

HSL color Cylindrical-coordinate representation of color #501113: hue angle of 358.1º 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 #501113 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 19 -
CMYK 0 0.79 0.76 0.69
HSL 358.1º 0.65% 0.19% -
HSV(B) 358.1º 0.79% 0.31% -
XYZ 3.63 2.15 0.84 -
YUV 36.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 80 17 19 0 0.79 0.76 0.69 358.1 0.65 0.19
Hex 50 11 13 0 4F 4C 45 166 41 13
Octal 120 21 23 0 117 114 105 546 101 23
Binary 1010000 10001 10011 0 1001111 1001100 1000101 101100110 1000001 10011

Color Harmonies of #501113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501113

Black with #501113

Text Example


Text Example

White with #501113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501113; }

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

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

background-color css

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

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

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

border-color css

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

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

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