Html Css Color HEX #7F0919 Burgundy

📋 copy color: '#7F0919'

red 127 ◦ green 9 ◦ blue 25

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

Shades of Burgundy #7F0919

Tints of Burgundy #7F0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 78.88%
G = 5.59%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F0919 (or 0x7F0919) is known color: Burgundy. HEX triplet: 7F, 09 and 19. RGB value is (127,9,25). Sum of RGB (Red+Green+Blue) = 127+9+25=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0919 is #80F6E6. Grayscale: #2E2E2E. Windows color (decimal): -8451815 or 1640831. OLE color: 1640831.

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

Color convert

RGB 127 9 25 -
CMYK 0 0.93 0.80 0.50
HSL 351.86º 0.87% 0.27% -
HSV(B) 351.86º 0.93% 0.5% -
XYZ 9.03 4.78 1.37 -
YUV 46.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 127 9 25 0 0.93 0.80 0.50 351.86 0.87 0.27
Hex 7F 9 19 0 5D 50 32 160 57 1B
Octal 177 11 31 0 135 120 62 540 127 33
Binary 1111111 1001 11001 0 1011101 1010000 110010 101100000 1010111 11011

Color Harmonies of #7F0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0919

Black with #7F0919

Text Example


Text Example

White with #7F0919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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