Html Css Color HEX #500011 Bordeaux

📋 copy color: '#500011'

red 80 ◦ green 0 ◦ blue 17

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

Shades of Bordeaux #500011

Tints of Bordeaux #500011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.53%

R = 82.47%
G = 0%
B = 17.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#500011 (or 0x500011) is known color: Bordeaux. HEX triplet: 50, 00 and 11. RGB value is (80,0,17). Sum of RGB (Red+Green+Blue) = 80+0+17=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #500011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500011 is #AFFFEE. Grayscale: #191919. Windows color (decimal): -11534319 or 1114192. OLE color: 1114192.

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

Color convert

RGB 80 0 17 -
CMYK 0 1 0.79 0.69
HSL 347.25º 1% 0.16% -
HSV(B) 347.25º 1% 0.31% -
XYZ 3.41 1.75 0.69 -
YUV 25.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 80 0 17 0 1 0.79 0.69 347.25 1 0.16
Hex 50 0 11 0 64 4F 45 15B 64 10
Octal 120 0 21 0 144 117 105 533 144 20
Binary 1010000 0 10001 0 1100100 1001111 1000101 101011011 1100100 10000

Color Harmonies of #500011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500011

Black with #500011

Text Example


Text Example

White with #500011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500011; }

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

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

background-color css

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

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

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

border-color css

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

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

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