Html Css Color HEX #7D072E Burgundy

📋 copy color: '#7D072E'

red 125 ◦ green 7 ◦ blue 46

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

Shades of Burgundy #7D072E

Tints of Burgundy #7D072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 70.22%
G = 3.93%
B = 25.84%

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

#7D072E (or 0x7D072E) is known color: Burgundy. HEX triplet: 7D, 07 and 2E. RGB value is (125,7,46). Sum of RGB (Red+Green+Blue) = 125+7+46=178 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.22% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 125 - color contains mainly: red. Hex color #7D072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D072E is #82F8D1. Grayscale: #2E2E2E. Windows color (decimal): -8583378 or 3016573. OLE color: 3016573.

HSL color Cylindrical-coordinate representation of color #7D072E: hue angle of 340.17º degrees, saturation: 0.89, 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 #7D072E is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 7 46 -
CMYK 0 0.94 0.63 0.51
HSL 340.17º 0.89% 0.26% -
HSV(B) 340.17º 0.94% 0.49% -
XYZ 9.03 4.71 3.02 -
YUV 46.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 125 7 46 0 0.94 0.63 0.51 340.17 0.89 0.26
Hex 7D 7 2E 0 5E 3F 33 154 59 1A
Octal 175 7 56 0 136 77 63 524 131 32
Binary 1111101 111 101110 0 1011110 111111 110011 101010100 1011001 11010

Color Harmonies of #7D072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D072E

Black with #7D072E

Text Example


Text Example

White with #7D072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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