Html Css Color HEX #500013 Bordeaux

📋 copy color: '#500013'

red 80 ◦ green 0 ◦ blue 19

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

Shades of Bordeaux #500013

Tints of Bordeaux #500013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.81%
G = 0%
B = 19.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#500013 (or 0x500013) is known color: Bordeaux. HEX triplet: 50, 00 and 13. RGB value is (80,0,19). Sum of RGB (Red+Green+Blue) = 80+0+19=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500013 is #AFFFEC. Grayscale: #1A1A1A. Windows color (decimal): -11534317 or 1245264. OLE color: 1245264.

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

Color convert

RGB 80 0 19 -
CMYK 0 1 0.76 0.69
HSL 345.75º 1% 0.16% -
HSV(B) 345.75º 1% 0.31% -
XYZ 3.43 1.75 0.77 -
YUV 26.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 80 0 19 0 1 0.76 0.69 345.75 1 0.16
Hex 50 0 13 0 64 4C 45 15A 64 10
Octal 120 0 23 0 144 114 105 532 144 20
Binary 1010000 0 10011 0 1100100 1001100 1000101 101011010 1100100 10000

Color Harmonies of #500013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500013

Black with #500013

Text Example


Text Example

White with #500013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500013; }

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

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

background-color css

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

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

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

border-color css

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

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

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