Html Css Color HEX #7F121C Burgundy

📋 copy color: '#7F121C'

red 127 ◦ green 18 ◦ blue 28

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

Shades of Burgundy #7F121C

Tints of Burgundy #7F121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 73.41%
G = 10.4%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F121C (or 0x7F121C) is known color: Burgundy. HEX triplet: 7F, 12 and 1C. RGB value is (127,18,28). Sum of RGB (Red+Green+Blue) = 127+18+28=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F121C is #80EDE3. Grayscale: #333333. Windows color (decimal): -8449508 or 1839743. OLE color: 1839743.

HSL color Cylindrical-coordinate representation of color #7F121C: hue angle of 354.5º 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 #7F121C is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 18 28 -
CMYK 0 0.86 0.78 0.50
HSL 354.5º 0.75% 0.28% -
HSV(B) 354.5º 0.86% 0.5% -
XYZ 9.18 5.03 1.59 -
YUV 51.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 127 18 28 0 0.86 0.78 0.50 354.5 0.75 0.28
Hex 7F 12 1C 0 56 4E 32 162 4B 1C
Octal 177 22 34 0 126 116 62 542 113 34
Binary 1111111 10010 11100 0 1010110 1001110 110010 101100010 1001011 11100

Color Harmonies of #7F121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F121C

Black with #7F121C

Text Example


Text Example

White with #7F121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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