Html Css Color HEX #501619 Bordeaux

📋 copy color: '#501619'

red 80 ◦ green 22 ◦ blue 25

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

Shades of Bordeaux #501619

Tints of Bordeaux #501619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

 BLUE value IS 25 (10.16% from 255) = 19.69%

R = 62.99%
G = 17.32%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501619 (or 0x501619) is known color: Bordeaux. HEX triplet: 50, 16 and 19. RGB value is (80,22,25). Sum of RGB (Red+Green+Blue) = 80+22+25=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501619 is #AFE9E6. Grayscale: #272727. Windows color (decimal): -11528679 or 1644112. OLE color: 1644112.

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

Color convert

RGB 80 22 25 -
CMYK 0 0.72 0.69 0.69
HSL 356.9º 0.57% 0.2% -
HSV(B) 356.9º 0.73% 0.31% -
XYZ 3.77 2.35 1.17 -
YUV 39.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 80 22 25 0 0.72 0.69 0.69 356.9 0.57 0.2
Hex 50 16 19 0 48 45 45 165 39 14
Octal 120 26 31 0 110 105 105 545 71 24
Binary 1010000 10110 11001 0 1001000 1000101 1000101 101100101 111001 10100

Color Harmonies of #501619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501619

Black with #501619

Text Example


Text Example

White with #501619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501619; }

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

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

background-color css

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

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

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

border-color css

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

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

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