Html Css Color HEX #501214 Bordeaux

📋 copy color: '#501214'

red 80 ◦ green 18 ◦ blue 20

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

Shades of Bordeaux #501214

Tints of Bordeaux #501214

RGB

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

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

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

R = 67.8%
G = 15.25%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#501214 (or 0x501214) is known color: Bordeaux. HEX triplet: 50, 12 and 14. RGB value is (80,18,20). Sum of RGB (Red+Green+Blue) = 80+18+20=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #501214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501214 is #AFEDEB. Grayscale: #242424. Windows color (decimal): -11529708 or 1315408. OLE color: 1315408.

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

Color convert

RGB 80 18 20 -
CMYK 0 0.78 0.75 0.69
HSL 358.06º 0.63% 0.19% -
HSV(B) 358.06º 0.78% 0.31% -
XYZ 3.65 2.19 0.89 -
YUV 36.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 80 18 20 0 0.78 0.75 0.69 358.06 0.63 0.19
Hex 50 12 14 0 4E 4B 45 166 3F 13
Octal 120 22 24 0 116 113 105 546 77 23
Binary 1010000 10010 10100 0 1001110 1001011 1000101 101100110 111111 10011

Color Harmonies of #501214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501214

Black with #501214

Text Example


Text Example

White with #501214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501214; }

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

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

background-color css

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

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

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

border-color css

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

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

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