Html Css Color HEX #7F121F Burgundy

📋 copy color: '#7F121F'

red 127 ◦ green 18 ◦ blue 31

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

Shades of Burgundy #7F121F

Tints of Burgundy #7F121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 72.16%
G = 10.23%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F121F (or 0x7F121F) is known color: Burgundy. HEX triplet: 7F, 12 and 1F. RGB value is (127,18,31). Sum of RGB (Red+Green+Blue) = 127+18+31=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F121F is #80EDE0. Grayscale: #343434. Windows color (decimal): -8449505 or 2036351. OLE color: 2036351.

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

Color convert

RGB 127 18 31 -
CMYK 0 0.86 0.76 0.50
HSL 352.84º 0.75% 0.28% -
HSV(B) 352.84º 0.86% 0.5% -
XYZ 9.22 5.04 1.78 -
YUV 52.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 127 18 31 0 0.86 0.76 0.50 352.84 0.75 0.28
Hex 7F 12 1F 0 56 4C 32 161 4B 1C
Octal 177 22 37 0 126 114 62 541 113 34
Binary 1111111 10010 11111 0 1010110 1001100 110010 101100001 1001011 11100

Color Harmonies of #7F121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F121F

Black with #7F121F

Text Example


Text Example

White with #7F121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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