Html Css Color HEX #50161D Bordeaux

📋 copy color: '#50161D'

red 80 ◦ green 22 ◦ blue 29

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

Shades of Bordeaux #50161D

Tints of Bordeaux #50161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 61.07%
G = 16.79%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50161D (or 0x50161D) is known color: Bordeaux. HEX triplet: 50, 16 and 1D. RGB value is (80,22,29). Sum of RGB (Red+Green+Blue) = 80+22+29=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50161D is #AFE9E2. Grayscale: #282828. Windows color (decimal): -11528675 or 1906256. OLE color: 1906256.

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

Color convert

RGB 80 22 29 -
CMYK 0 0.72 0.64 0.69
HSL 352.76º 0.57% 0.2% -
HSV(B) 352.76º 0.73% 0.31% -
XYZ 3.82 2.37 1.42 -
YUV 40.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 80 22 29 0 0.72 0.64 0.69 352.76 0.57 0.2
Hex 50 16 1D 0 48 40 45 161 39 14
Octal 120 26 35 0 110 100 105 541 71 24
Binary 1010000 10110 11101 0 1001000 1000000 1000101 101100001 111001 10100

Color Harmonies of #50161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50161D

Black with #50161D

Text Example


Text Example

White with #50161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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