Html Css Color HEX #7D011F Burgundy

📋 copy color: '#7D011F'

red 125 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #7D011F

Tints of Burgundy #7D011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 79.62%
G = 0.64%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7D011F (or 0x7D011F) is known color: Burgundy. HEX triplet: 7D, 01 and 1F. RGB value is (125,1,31). Sum of RGB (Red+Green+Blue) = 125+1+31=157 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.62% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 125 - color contains mainly: red. Hex color #7D011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D011F is #82FEE0. Grayscale: #292929. Windows color (decimal): -8584929 or 2031997. OLE color: 2031997.

HSL color Cylindrical-coordinate representation of color #7D011F: hue angle of 345.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D011F is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 1 31 -
CMYK 0 0.99 0.75 0.51
HSL 345.48º 0.98% 0.25% -
HSV(B) 345.48º 0.99% 0.49% -
XYZ 8.72 4.48 1.7 -
YUV 41.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 125 1 31 0 0.99 0.75 0.51 345.48 0.98 0.25
Hex 7D 1 1F 0 63 4B 33 159 62 19
Octal 175 1 37 0 143 113 63 531 142 31
Binary 1111101 1 11111 0 1100011 1001011 110011 101011001 1100010 11001

Color Harmonies of #7D011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D011F

Black with #7D011F

Text Example


Text Example

White with #7D011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,31); }

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

background-color css

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

 a { background-color: rgb(125,1,31); }

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

border-color css

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

 span { border-color: rgb(125,1,31); }

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