Html Css Color HEX #7F052F Burgundy

📋 copy color: '#7F052F'

red 127 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #7F052F

Tints of Burgundy #7F052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 70.95%
G = 2.79%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F052F (or 0x7F052F) is known color: Burgundy. HEX triplet: 7F, 05 and 2F. RGB value is (127,5,47). Sum of RGB (Red+Green+Blue) = 127+5+47=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F052F is #80FAD0. Grayscale: #2E2E2E. Windows color (decimal): -8452817 or 3081599. OLE color: 3081599.

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

Color convert

RGB 127 5 47 -
CMYK 0 0.96 0.63 0.50
HSL 339.34º 0.92% 0.26% -
HSV(B) 339.34º 0.96% 0.5% -
XYZ 9.32 4.83 3.13 -
YUV 46.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 127 5 47 0 0.96 0.63 0.50 339.34 0.92 0.26
Hex 7F 5 2F 0 60 3F 32 153 5C 1A
Octal 177 5 57 0 140 77 62 523 134 32
Binary 1111111 101 101111 0 1100000 111111 110010 101010011 1011100 11010

Color Harmonies of #7F052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F052F

Black with #7F052F

Text Example


Text Example

White with #7F052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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