Html Css Color HEX #501119 Bordeaux

📋 copy color: '#501119'

red 80 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #501119

Tints of Bordeaux #501119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.93%

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

R = 65.57%
G = 13.93%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501119 (or 0x501119) is known color: Bordeaux. HEX triplet: 50, 11 and 19. RGB value is (80,17,25). Sum of RGB (Red+Green+Blue) = 80+17+25=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501119 is #AFEEE6. Grayscale: #242424. Windows color (decimal): -11529959 or 1642832. OLE color: 1642832.

HSL color Cylindrical-coordinate representation of color #501119: hue angle of 352.38º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501119 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 25 -
CMYK 0 0.79 0.69 0.69
HSL 352.38º 0.65% 0.19% -
HSV(B) 352.38º 0.79% 0.31% -
XYZ 3.68 2.18 1.15 -
YUV 36.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 80 17 25 0 0.79 0.69 0.69 352.38 0.65 0.19
Hex 50 11 19 0 4F 45 45 160 41 13
Octal 120 21 31 0 117 105 105 540 101 23
Binary 1010000 10001 11001 0 1001111 1000101 1000101 101100000 1000001 10011

Color Harmonies of #501119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501119

Black with #501119

Text Example


Text Example

White with #501119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501119; }

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

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

background-color css

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

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

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

border-color css

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

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

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