Html Css Color HEX #7F082E Burgundy

📋 copy color: '#7F082E'

red 127 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #7F082E

Tints of Burgundy #7F082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 70.17%
G = 4.42%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F082E (or 0x7F082E) is known color: Burgundy. HEX triplet: 7F, 08 and 2E. RGB value is (127,8,46). Sum of RGB (Red+Green+Blue) = 127+8+46=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F082E is #80F7D1. Grayscale: #2F2F2F. Windows color (decimal): -8452050 or 3016831. OLE color: 3016831.

HSL color Cylindrical-coordinate representation of color #7F082E: hue angle of 340.84º degrees, saturation: 0.88, 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 #7F082E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 8 46 -
CMYK 0 0.94 0.64 0.50
HSL 340.84º 0.88% 0.26% -
HSV(B) 340.84º 0.94% 0.5% -
XYZ 9.33 4.88 3.04 -
YUV 47.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 127 8 46 0 0.94 0.64 0.50 340.84 0.88 0.26
Hex 7F 8 2E 0 5E 40 32 155 58 1A
Octal 177 10 56 0 136 100 62 525 130 32
Binary 1111111 1000 101110 0 1011110 1000000 110010 101010101 1011000 11010

Color Harmonies of #7F082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F082E

Black with #7F082E

Text Example


Text Example

White with #7F082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,8,46); }

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

background-color css

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

 a { background-color: rgb(127,8,46); }

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

border-color css

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

 span { border-color: rgb(127,8,46); }

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