Html Css Color HEX #50131B Bordeaux

📋 copy color: '#50131B'

red 80 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #50131B

Tints of Bordeaux #50131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.08%

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

R = 63.49%
G = 15.08%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50131B (or 0x50131B) is known color: Bordeaux. HEX triplet: 50, 13 and 1B. RGB value is (80,19,27). Sum of RGB (Red+Green+Blue) = 80+19+27=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50131B is #AFECE4. Grayscale: #262626. Windows color (decimal): -11529445 or 1774416. OLE color: 1774416.

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

Color convert

RGB 80 19 27 -
CMYK 0 0.76 0.66 0.69
HSL 352.13º 0.62% 0.19% -
HSV(B) 352.13º 0.76% 0.31% -
XYZ 3.74 2.25 1.27 -
YUV 38.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 80 19 27 0 0.76 0.66 0.69 352.13 0.62 0.19
Hex 50 13 1B 0 4C 42 45 160 3E 13
Octal 120 23 33 0 114 102 105 540 76 23
Binary 1010000 10011 11011 0 1001100 1000010 1000101 101100000 111110 10011

Color Harmonies of #50131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50131B

Black with #50131B

Text Example


Text Example

White with #50131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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