Html Css Color HEX #7F071F Burgundy

📋 copy color: '#7F071F'

red 127 ◦ green 7 ◦ blue 31

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

Shades of Burgundy #7F071F

Tints of Burgundy #7F071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.24%

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

R = 76.97%
G = 4.24%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F071F (or 0x7F071F) is known color: Burgundy. HEX triplet: 7F, 07 and 1F. RGB value is (127,7,31). Sum of RGB (Red+Green+Blue) = 127+7+31=165 (21% of max value = 765). Red value is 127 (50% from 255 or 76.97% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 127 - color contains mainly: red. Hex color #7F071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F071F is #80F8E0. Grayscale: #2D2D2D. Windows color (decimal): -8452321 or 2033535. OLE color: 2033535.

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

Color convert

RGB 127 7 31 -
CMYK 0 0.94 0.76 0.50
HSL 348º 0.9% 0.26% -
HSV(B) 348º 0.94% 0.5% -
XYZ 9.08 4.76 1.74 -
YUV 45.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 127 7 31 0 0.94 0.76 0.50 348 0.9 0.26
Hex 7F 7 1F 0 5E 4C 32 15C 5A 1A
Octal 177 7 37 0 136 114 62 534 132 32
Binary 1111111 111 11111 0 1011110 1001100 110010 101011100 1011010 11010

Color Harmonies of #7F071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F071F

Black with #7F071F

Text Example


Text Example

White with #7F071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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