Html Css Color HEX #7D011C Burgundy

📋 copy color: '#7D011C'

red 125 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #7D011C

Tints of Burgundy #7D011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.18%

R = 81.17%
G = 0.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D011C (or 0x7D011C) is known color: Burgundy. HEX triplet: 7D, 01 and 1C. RGB value is (125,1,28). Sum of RGB (Red+Green+Blue) = 125+1+28=154 (20% of max value = 765). Red value is 125 (49.22% from 255 or 81.17% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 125 - color contains mainly: red. Hex color #7D011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D011C is #82FEE3. Grayscale: #292929. Windows color (decimal): -8584932 or 1835389. OLE color: 1835389.

HSL color Cylindrical-coordinate representation of color #7D011C: hue angle of 346.94º 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 #7D011C is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 1 28 -
CMYK 0 0.99 0.78 0.51
HSL 346.94º 0.98% 0.25% -
HSV(B) 346.94º 0.99% 0.49% -
XYZ 8.68 4.47 1.5 -
YUV 41.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 125 1 28 0 0.99 0.78 0.51 346.94 0.98 0.25
Hex 7D 1 1C 0 63 4E 33 15B 62 19
Octal 175 1 34 0 143 116 63 533 142 31
Binary 1111101 1 11100 0 1100011 1001110 110011 101011011 1100010 11001

Color Harmonies of #7D011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D011C

Black with #7D011C

Text Example


Text Example

White with #7D011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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