Html Css Color HEX #500513 Bordeaux

📋 copy color: '#500513'

red 80 ◦ green 5 ◦ blue 19

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

Shades of Bordeaux #500513

Tints of Bordeaux #500513

RGB

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

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

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

R = 76.92%
G = 4.81%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#500513 (or 0x500513) is known color: Bordeaux. HEX triplet: 50, 05 and 13. RGB value is (80,5,19). Sum of RGB (Red+Green+Blue) = 80+5+19=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #500513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500513 is #AFFAEC. Grayscale: #1D1D1D. Windows color (decimal): -11533037 or 1246544. OLE color: 1246544.

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

Color convert

RGB 80 5 19 -
CMYK 0 0.94 0.76 0.69
HSL 348.8º 0.88% 0.17% -
HSV(B) 348.8º 0.94% 0.31% -
XYZ 3.48 1.86 0.79 -
YUV 29.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 80 5 19 0 0.94 0.76 0.69 348.8 0.88 0.17
Hex 50 5 13 0 5E 4C 45 15D 58 11
Octal 120 5 23 0 136 114 105 535 130 21
Binary 1010000 101 10011 0 1011110 1001100 1000101 101011101 1011000 10001

Color Harmonies of #500513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500513

Black with #500513

Text Example


Text Example

White with #500513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500513; }

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

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

background-color css

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

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

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

border-color css

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

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

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