Html Css Color HEX #50161A Bordeaux

📋 copy color: '#50161A'

red 80 ◦ green 22 ◦ blue 26

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

Shades of Bordeaux #50161A

Tints of Bordeaux #50161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 62.5%
G = 17.19%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50161A (or 0x50161A) is known color: Bordeaux. HEX triplet: 50, 16 and 1A. RGB value is (80,22,26). Sum of RGB (Red+Green+Blue) = 80+22+26=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50161A is #AFE9E5. Grayscale: #272727. Windows color (decimal): -11528678 or 1709648. OLE color: 1709648.

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

Color convert

RGB 80 22 26 -
CMYK 0 0.72 0.67 0.69
HSL 355.86º 0.57% 0.2% -
HSV(B) 355.86º 0.73% 0.31% -
XYZ 3.78 2.35 1.23 -
YUV 39.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 80 22 26 0 0.72 0.67 0.69 355.86 0.57 0.2
Hex 50 16 1A 0 48 43 45 164 39 14
Octal 120 26 32 0 110 103 105 544 71 24
Binary 1010000 10110 11010 0 1001000 1000011 1000101 101100100 111001 10100

Color Harmonies of #50161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50161A

Black with #50161A

Text Example


Text Example

White with #50161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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