Html Css Color HEX #50071F Bordeaux

📋 copy color: '#50071F'

red 80 ◦ green 7 ◦ blue 31

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

Shades of Bordeaux #50071F

Tints of Bordeaux #50071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.93%

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

R = 67.8%
G = 5.93%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50071F (or 0x50071F) is known color: Bordeaux. HEX triplet: 50, 07 and 1F. RGB value is (80,7,31). Sum of RGB (Red+Green+Blue) = 80+7+31=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #50071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50071F is #AFF8E0. Grayscale: #1F1F1F. Windows color (decimal): -11532513 or 2033488. OLE color: 2033488.

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

Color convert

RGB 80 7 31 -
CMYK 0 0.91 0.61 0.69
HSL 340.27º 0.84% 0.17% -
HSV(B) 340.27º 0.91% 0.31% -
XYZ 3.63 1.96 1.48 -
YUV 31.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 80 7 31 0 0.91 0.61 0.69 340.27 0.84 0.17
Hex 50 7 1F 0 5B 3D 45 154 54 11
Octal 120 7 37 0 133 75 105 524 124 21
Binary 1010000 111 11111 0 1011011 111101 1000101 101010100 1010100 10001

Color Harmonies of #50071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50071F

Black with #50071F

Text Example


Text Example

White with #50071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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