Html Css Color HEX #500516 Bordeaux

📋 copy color: '#500516'

red 80 ◦ green 5 ◦ blue 22

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

Shades of Bordeaux #500516

Tints of Bordeaux #500516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.67%

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 74.77%
G = 4.67%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#500516 (or 0x500516) is known color: Bordeaux. HEX triplet: 50, 05 and 16. RGB value is (80,5,22). Sum of RGB (Red+Green+Blue) = 80+5+22=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500516 is #AFFAE9. Grayscale: #1D1D1D. Windows color (decimal): -11533034 or 1443152. OLE color: 1443152.

HSL color Cylindrical-coordinate representation of color #500516: hue angle of 346.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500516 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 22 -
CMYK 0 0.94 0.72 0.69
HSL 346.4º 0.88% 0.17% -
HSV(B) 346.4º 0.94% 0.31% -
XYZ 3.51 1.87 0.94 -
YUV 29.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 80 5 22 0 0.94 0.72 0.69 346.4 0.88 0.17
Hex 50 5 16 0 5E 48 45 15A 58 11
Octal 120 5 26 0 136 110 105 532 130 21
Binary 1010000 101 10110 0 1011110 1001000 1000101 101011010 1011000 10001

Color Harmonies of #500516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500516

Black with #500516

Text Example


Text Example

White with #500516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500516; }

 p { color: rgb(80,5,22); }

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

background-color css

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

 a { background-color: rgb(80,5,22); }

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

border-color css

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

 span { border-color: rgb(80,5,22); }

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