Html Css Color HEX #50151F Bordeaux

📋 copy color: '#50151F'

red 80 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #50151F

Tints of Bordeaux #50151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

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

R = 60.61%
G = 15.91%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50151F (or 0x50151F) is known color: Bordeaux. HEX triplet: 50, 15 and 1F. RGB value is (80,21,31). Sum of RGB (Red+Green+Blue) = 80+21+31=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50151F is #AFEAE0. Grayscale: #272727. Windows color (decimal): -11528929 or 2037072. OLE color: 2037072.

HSL color Cylindrical-coordinate representation of color #50151F: hue angle of 349.83º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50151F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 31 -
CMYK 0 0.74 0.61 0.69
HSL 349.83º 0.58% 0.2% -
HSV(B) 349.83º 0.74% 0.31% -
XYZ 3.82 2.34 1.55 -
YUV 39.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 80 21 31 0 0.74 0.61 0.69 349.83 0.58 0.2
Hex 50 15 1F 0 4A 3D 45 15E 3A 14
Octal 120 25 37 0 112 75 105 536 72 24
Binary 1010000 10101 11111 0 1001010 111101 1000101 101011110 111010 10100

Color Harmonies of #50151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50151F

Black with #50151F

Text Example


Text Example

White with #50151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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