Html Css Color HEX #50051F Bordeaux

📋 copy color: '#50051F'

red 80 ◦ green 5 ◦ blue 31

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

Shades of Bordeaux #50051F

Tints of Bordeaux #50051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

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

R = 68.97%
G = 4.31%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50051F (or 0x50051F) is known color: Bordeaux. HEX triplet: 50, 05 and 1F. RGB value is (80,5,31). Sum of RGB (Red+Green+Blue) = 80+5+31=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50051F is #AFFAE0. Grayscale: #1E1E1E. Windows color (decimal): -11533025 or 2032976. OLE color: 2032976.

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

Color convert

RGB 80 5 31 -
CMYK 0 0.94 0.61 0.69
HSL 339.2º 0.88% 0.17% -
HSV(B) 339.2º 0.94% 0.31% -
XYZ 3.61 1.91 1.48 -
YUV 30.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 80 5 31 0 0.94 0.61 0.69 339.2 0.88 0.17
Hex 50 5 1F 0 5E 3D 45 153 58 11
Octal 120 5 37 0 136 75 105 523 130 21
Binary 1010000 101 11111 0 1011110 111101 1000101 101010011 1011000 10001

Color Harmonies of #50051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50051F

Black with #50051F

Text Example


Text Example

White with #50051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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