Html Css Color HEX #500113 Bordeaux

📋 copy color: '#500113'

red 80 ◦ green 1 ◦ blue 19

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

Shades of Bordeaux #500113

Tints of Bordeaux #500113

RGB

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

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

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

R = 80%
G = 1%
B = 19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#500113 (or 0x500113) is known color: Bordeaux. HEX triplet: 50, 01 and 13. RGB value is (80,1,19). Sum of RGB (Red+Green+Blue) = 80+1+19=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500113 is #AFFEEC. Grayscale: #1A1A1A. Windows color (decimal): -11534061 or 1245520. OLE color: 1245520.

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

Color convert

RGB 80 1 19 -
CMYK 0 0.99 0.76 0.69
HSL 346.33º 0.98% 0.16% -
HSV(B) 346.33º 0.99% 0.31% -
XYZ 3.44 1.77 0.78 -
YUV 26.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 80 1 19 0 0.99 0.76 0.69 346.33 0.98 0.16
Hex 50 1 13 0 63 4C 45 15A 62 10
Octal 120 1 23 0 143 114 105 532 142 20
Binary 1010000 1 10011 0 1100011 1001100 1000101 101011010 1100010 10000

Color Harmonies of #500113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500113

Black with #500113

Text Example


Text Example

White with #500113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500113; }

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

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

background-color css

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

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

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

border-color css

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

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

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