Html Css Color HEX #50031F Bordeaux

📋 copy color: '#50031F'

red 80 ◦ green 3 ◦ blue 31

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

Shades of Bordeaux #50031F

Tints of Bordeaux #50031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 70.18%
G = 2.63%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50031F (or 0x50031F) is known color: Bordeaux. HEX triplet: 50, 03 and 1F. RGB value is (80,3,31). Sum of RGB (Red+Green+Blue) = 80+3+31=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #50031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50031F is #AFFCE0. Grayscale: #1D1D1D. Windows color (decimal): -11533537 or 2032464. OLE color: 2032464.

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

Color convert

RGB 80 3 31 -
CMYK 0 0.96 0.61 0.69
HSL 338.18º 0.93% 0.16% -
HSV(B) 338.18º 0.96% 0.31% -
XYZ 3.59 1.87 1.47 -
YUV 29.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 80 3 31 0 0.96 0.61 0.69 338.18 0.93 0.16
Hex 50 3 1F 0 60 3D 45 152 5D 10
Octal 120 3 37 0 140 75 105 522 135 20
Binary 1010000 11 11111 0 1100000 111101 1000101 101010010 1011101 10000

Color Harmonies of #50031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50031F

Black with #50031F

Text Example


Text Example

White with #50031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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