Html Css Color HEX #7F101F Burgundy

📋 copy color: '#7F101F'

red 127 ◦ green 16 ◦ blue 31

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

Shades of Burgundy #7F101F

Tints of Burgundy #7F101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 72.99%
G = 9.2%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F101F (or 0x7F101F) is known color: Burgundy. HEX triplet: 7F, 10 and 1F. RGB value is (127,16,31). Sum of RGB (Red+Green+Blue) = 127+16+31=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F101F is #80EFE0. Grayscale: #323232. Windows color (decimal): -8450017 or 2035839. OLE color: 2035839.

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

Color convert

RGB 127 16 31 -
CMYK 0 0.87 0.76 0.50
HSL 351.89º 0.78% 0.28% -
HSV(B) 351.89º 0.87% 0.5% -
XYZ 9.19 4.98 1.77 -
YUV 50.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 127 16 31 0 0.87 0.76 0.50 351.89 0.78 0.28
Hex 7F 10 1F 0 57 4C 32 160 4E 1C
Octal 177 20 37 0 127 114 62 540 116 34
Binary 1111111 10000 11111 0 1010111 1001100 110010 101100000 1001110 11100

Color Harmonies of #7F101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F101F

Black with #7F101F

Text Example


Text Example

White with #7F101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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