Html Css Color HEX #50161B Bordeaux

📋 copy color: '#50161B'

red 80 ◦ green 22 ◦ blue 27

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

Shades of Bordeaux #50161B

Tints of Bordeaux #50161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.93%

R = 62.02%
G = 17.05%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50161B (or 0x50161B) is known color: Bordeaux. HEX triplet: 50, 16 and 1B. RGB value is (80,22,27). Sum of RGB (Red+Green+Blue) = 80+22+27=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50161B is #AFE9E4. Grayscale: #272727. Windows color (decimal): -11528677 or 1775184. OLE color: 1775184.

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

Color convert

RGB 80 22 27 -
CMYK 0 0.72 0.66 0.69
HSL 354.83º 0.57% 0.2% -
HSV(B) 354.83º 0.73% 0.31% -
XYZ 3.79 2.36 1.29 -
YUV 39.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 80 22 27 0 0.72 0.66 0.69 354.83 0.57 0.2
Hex 50 16 1B 0 48 42 45 163 39 14
Octal 120 26 33 0 110 102 105 543 71 24
Binary 1010000 10110 11011 0 1001000 1000010 1000101 101100011 111001 10100

Color Harmonies of #50161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50161B

Black with #50161B

Text Example


Text Example

White with #50161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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