Html Css Color HEX #50161F Bordeaux

📋 copy color: '#50161F'

red 80 ◦ green 22 ◦ blue 31

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

Shades of Bordeaux #50161F

Tints of Bordeaux #50161F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 60.15%
G = 16.54%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50161F (or 0x50161F) is known color: Bordeaux. HEX triplet: 50, 16 and 1F. RGB value is (80,22,31). Sum of RGB (Red+Green+Blue) = 80+22+31=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50161F is #AFE9E0. Grayscale: #282828. Windows color (decimal): -11528673 or 2037328. OLE color: 2037328.

HSL color Cylindrical-coordinate representation of color #50161F: hue angle of 350.69º 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 #50161F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 31 -
CMYK 0 0.72 0.61 0.69
HSL 350.69º 0.57% 0.2% -
HSV(B) 350.69º 0.73% 0.31% -
XYZ 3.84 2.38 1.55 -
YUV 40.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 80 22 31 0 0.72 0.61 0.69 350.69 0.57 0.2
Hex 50 16 1F 0 48 3D 45 15F 39 14
Octal 120 26 37 0 110 75 105 537 71 24
Binary 1010000 10110 11111 0 1001000 111101 1000101 101011111 111001 10100

Color Harmonies of #50161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50161F

Black with #50161F

Text Example


Text Example

White with #50161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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