Html Css Color HEX #7F051F Burgundy

📋 copy color: '#7F051F'

red 127 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #7F051F

Tints of Burgundy #7F051F

RGB

 RED value IS 127 (50% from 255) = 77.91%

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

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

R = 77.91%
G = 3.07%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F051F (or 0x7F051F) is known color: Burgundy. HEX triplet: 7F, 05 and 1F. RGB value is (127,5,31). Sum of RGB (Red+Green+Blue) = 127+5+31=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F051F is #80FAE0. Grayscale: #2C2C2C. Windows color (decimal): -8452833 or 2033023. OLE color: 2033023.

HSL color Cylindrical-coordinate representation of color #7F051F: hue angle of 347.21º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F051F is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 31 -
CMYK 0 0.96 0.76 0.50
HSL 347.21º 0.92% 0.26% -
HSV(B) 347.21º 0.96% 0.5% -
XYZ 9.05 4.72 1.73 -
YUV 44.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 127 5 31 0 0.96 0.76 0.50 347.21 0.92 0.26
Hex 7F 5 1F 0 60 4C 32 15B 5C 1A
Octal 177 5 37 0 140 114 62 533 134 32
Binary 1111111 101 11111 0 1100000 1001100 110010 101011011 1011100 11010

Color Harmonies of #7F051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F051F

Black with #7F051F

Text Example


Text Example

White with #7F051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F051F; }

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

 H1.HeaderClassName
 {
   color: #7F051F;
 }
 .AnyTagClassName
 {
   color: #7F051F;
 }
</style>

background-color css

<style>
 a { background-color: #7F051F; }

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

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

border-color css

<style>
 span { border-color: #7F051F; }

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

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