Html Css Color HEX #7D082E Burgundy

📋 copy color: '#7D082E'

red 125 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #7D082E

Tints of Burgundy #7D082E

RGB

 RED value IS 125 (49.22% from 255) = 69.83%

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

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

R = 69.83%
G = 4.47%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D082E (or 0x7D082E) is known color: Burgundy. HEX triplet: 7D, 08 and 2E. RGB value is (125,8,46). Sum of RGB (Red+Green+Blue) = 125+8+46=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D082E is #82F7D1. Grayscale: #2F2F2F. Windows color (decimal): -8583122 or 3016829. OLE color: 3016829.

HSL color Cylindrical-coordinate representation of color #7D082E: hue angle of 340.51º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D082E is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 8 46 -
CMYK 0 0.94 0.63 0.51
HSL 340.51º 0.88% 0.26% -
HSV(B) 340.51º 0.94% 0.49% -
XYZ 9.04 4.73 3.02 -
YUV 47.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 125 8 46 0 0.94 0.63 0.51 340.51 0.88 0.26
Hex 7D 8 2E 0 5E 3F 33 155 58 1A
Octal 175 10 56 0 136 77 63 525 130 32
Binary 1111101 1000 101110 0 1011110 111111 110011 101010101 1011000 11010

Color Harmonies of #7D082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D082E

Black with #7D082E

Text Example


Text Example

White with #7D082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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