Html Css Color HEX #501014 Bordeaux

📋 copy color: '#501014'

red 80 ◦ green 16 ◦ blue 20

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

Shades of Bordeaux #501014

Tints of Bordeaux #501014

RGB

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

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

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

R = 68.97%
G = 13.79%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#501014 (or 0x501014) is known color: Bordeaux. HEX triplet: 50, 10 and 14. RGB value is (80,16,20). Sum of RGB (Red+Green+Blue) = 80+16+20=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #501014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501014 is #AFEFEB. Grayscale: #232323. Windows color (decimal): -11530220 or 1314896. OLE color: 1314896.

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

Color convert

RGB 80 16 20 -
CMYK 0 0.80 0.75 0.69
HSL 356.25º 0.67% 0.19% -
HSV(B) 356.25º 0.8% 0.31% -
XYZ 3.62 2.13 0.88 -
YUV 35.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 80 16 20 0 0.80 0.75 0.69 356.25 0.67 0.19
Hex 50 10 14 0 50 4B 45 164 43 13
Octal 120 20 24 0 120 113 105 544 103 23
Binary 1010000 10000 10100 0 1010000 1001011 1000101 101100100 1000011 10011

Color Harmonies of #501014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501014

Black with #501014

Text Example


Text Example

White with #501014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501014; }

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

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

background-color css

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

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

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

border-color css

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

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

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