Html Css Color HEX #500112 Bordeaux

📋 copy color: '#500112'

red 80 ◦ green 1 ◦ blue 18

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

Shades of Bordeaux #500112

Tints of Bordeaux #500112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.01%

 BLUE value IS 18 (7.42% from 255) = 18.18%

R = 80.81%
G = 1.01%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#500112 (or 0x500112) is known color: Bordeaux. HEX triplet: 50, 01 and 12. RGB value is (80,1,18). Sum of RGB (Red+Green+Blue) = 80+1+18=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500112 is #AFFEED. Grayscale: #1A1A1A. Windows color (decimal): -11534062 or 1179984. OLE color: 1179984.

HSL color Cylindrical-coordinate representation of color #500112: hue angle of 347.09º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500112 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 18 -
CMYK 0 0.99 0.78 0.69
HSL 347.09º 0.98% 0.16% -
HSV(B) 347.09º 0.99% 0.31% -
XYZ 3.43 1.77 0.73 -
YUV 26.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 80 1 18 0 0.99 0.78 0.69 347.09 0.98 0.16
Hex 50 1 12 0 63 4E 45 15B 62 10
Octal 120 1 22 0 143 116 105 533 142 20
Binary 1010000 1 10010 0 1100011 1001110 1000101 101011011 1100010 10000

Color Harmonies of #500112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500112

Black with #500112

Text Example


Text Example

White with #500112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500112; }

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

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

background-color css

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

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

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

border-color css

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

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

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