Html Css Color HEX #500517 Bordeaux

📋 copy color: '#500517'

red 80 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #500517

Tints of Bordeaux #500517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.3%

R = 74.07%
G = 4.63%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#500517 (or 0x500517) is known color: Bordeaux. HEX triplet: 50, 05 and 17. RGB value is (80,5,23). Sum of RGB (Red+Green+Blue) = 80+5+23=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #500517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500517 is #AFFAE8. Grayscale: #1D1D1D. Windows color (decimal): -11533033 or 1508688. OLE color: 1508688.

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

Color convert

RGB 80 5 23 -
CMYK 0 0.94 0.71 0.69
HSL 345.6º 0.88% 0.17% -
HSV(B) 345.6º 0.94% 0.31% -
XYZ 3.52 1.88 0.99 -
YUV 29.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 80 5 23 0 0.94 0.71 0.69 345.6 0.88 0.17
Hex 50 5 17 0 5E 47 45 15A 58 11
Octal 120 5 27 0 136 107 105 532 130 21
Binary 1010000 101 10111 0 1011110 1000111 1000101 101011010 1011000 10001

Color Harmonies of #500517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500517

Black with #500517

Text Example


Text Example

White with #500517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500517; }

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

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

background-color css

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

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

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

border-color css

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

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

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