Html Css Color HEX #7F051E Burgundy

📋 copy color: '#7F051E'

red 127 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #7F051E

Tints of Burgundy #7F051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 78.4%
G = 3.09%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F051E (or 0x7F051E) is known color: Burgundy. HEX triplet: 7F, 05 and 1E. RGB value is (127,5,30). Sum of RGB (Red+Green+Blue) = 127+5+30=162 (21% of max value = 765). Red value is 127 (50% from 255 or 78.40% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 127 - color contains mainly: red. Hex color #7F051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F051E is #80FAE1. Grayscale: #2C2C2C. Windows color (decimal): -8452834 or 1967487. OLE color: 1967487.

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

Color convert

RGB 127 5 30 -
CMYK 0 0.96 0.76 0.50
HSL 347.7º 0.92% 0.26% -
HSV(B) 347.7º 0.96% 0.5% -
XYZ 9.04 4.71 1.66 -
YUV 44.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 127 5 30 0 0.96 0.76 0.50 347.7 0.92 0.26
Hex 7F 5 1E 0 60 4C 32 15C 5C 1A
Octal 177 5 36 0 140 114 62 534 134 32
Binary 1111111 101 11110 0 1100000 1001100 110010 101011100 1011100 11010

Color Harmonies of #7F051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F051E

Black with #7F051E

Text Example


Text Example

White with #7F051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,30); }

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

background-color css

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

 a { background-color: rgb(127,5,30); }

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

border-color css

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

 span { border-color: rgb(127,5,30); }

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