Html Css Color HEX #7F041B Burgundy

📋 copy color: '#7F041B'

red 127 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #7F041B

Tints of Burgundy #7F041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 80.38%
G = 2.53%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#7F041B (or 0x7F041B) is known color: Burgundy. HEX triplet: 7F, 04 and 1B. RGB value is (127,4,27). Sum of RGB (Red+Green+Blue) = 127+4+27=158 (20% of max value = 765). Red value is 127 (50% from 255 or 80.38% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 127 - color contains mainly: red. Hex color #7F041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F041B is #80FBE4. Grayscale: #2B2B2B. Windows color (decimal): -8453093 or 1770623. OLE color: 1770623.

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

Color convert

RGB 127 4 27 -
CMYK 0 0.97 0.79 0.50
HSL 348.78º 0.94% 0.26% -
HSV(B) 348.78º 0.97% 0.5% -
XYZ 8.99 4.68 1.47 -
YUV 43.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 127 4 27 0 0.97 0.79 0.50 348.78 0.94 0.26
Hex 7F 4 1B 0 61 4F 32 15D 5E 1A
Octal 177 4 33 0 141 117 62 535 136 32
Binary 1111111 100 11011 0 1100001 1001111 110010 101011101 1011110 11010

Color Harmonies of #7F041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F041B

Black with #7F041B

Text Example


Text Example

White with #7F041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,4,27); }

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

background-color css

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

 a { background-color: rgb(127,4,27); }

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

border-color css

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

 span { border-color: rgb(127,4,27); }

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