Html Css Color HEX #501314 Bordeaux

📋 copy color: '#501314'

red 80 ◦ green 19 ◦ blue 20

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

Shades of Bordeaux #501314

Tints of Bordeaux #501314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.81%

R = 67.23%
G = 15.97%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#501314 (or 0x501314) is known color: Bordeaux. HEX triplet: 50, 13 and 14. RGB value is (80,19,20). Sum of RGB (Red+Green+Blue) = 80+19+20=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501314 is #AFECEB. Grayscale: #252525. Windows color (decimal): -11529452 or 1315664. OLE color: 1315664.

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

Color convert

RGB 80 19 20 -
CMYK 0 0.76 0.75 0.69
HSL 359.02º 0.62% 0.19% -
HSV(B) 359.02º 0.76% 0.31% -
XYZ 3.67 2.22 0.9 -
YUV 37.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 80 19 20 0 0.76 0.75 0.69 359.02 0.62 0.19
Hex 50 13 14 0 4C 4B 45 167 3E 13
Octal 120 23 24 0 114 113 105 547 76 23
Binary 1010000 10011 10100 0 1001100 1001011 1000101 101100111 111110 10011

Color Harmonies of #501314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501314

Black with #501314

Text Example


Text Example

White with #501314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501314; }

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

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

background-color css

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

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

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

border-color css

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

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

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