Html Css Color HEX #7F0916 Burgundy

📋 copy color: '#7F0916'

red 127 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #7F0916

Tints of Burgundy #7F0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 80.38%
G = 5.7%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F0916 (or 0x7F0916) is known color: Burgundy. HEX triplet: 7F, 09 and 16. RGB value is (127,9,22). Sum of RGB (Red+Green+Blue) = 127+9+22=158 (20% of max value = 765). Red value is 127 (50% from 255 or 80.38% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0916 is #80F6E9. Grayscale: #2D2D2D. Windows color (decimal): -8451818 or 1444223. OLE color: 1444223.

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

Color convert

RGB 127 9 22 -
CMYK 0 0.93 0.83 0.50
HSL 353.39º 0.87% 0.27% -
HSV(B) 353.39º 0.93% 0.5% -
XYZ 8.99 4.77 1.2 -
YUV 45.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 127 9 22 0 0.93 0.83 0.50 353.39 0.87 0.27
Hex 7F 9 16 0 5D 53 32 161 57 1B
Octal 177 11 26 0 135 123 62 541 127 33
Binary 1111111 1001 10110 0 1011101 1010011 110010 101100001 1010111 11011

Color Harmonies of #7F0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0916

Black with #7F0916

Text Example


Text Example

White with #7F0916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,9,22); }

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

background-color css

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

 a { background-color: rgb(127,9,22); }

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

border-color css

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

 span { border-color: rgb(127,9,22); }

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