Html Css Color HEX #7D0719 Burgundy

📋 copy color: '#7D0719'

red 125 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #7D0719

Tints of Burgundy #7D0719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.92%

R = 79.62%
G = 4.46%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D0719 (or 0x7D0719) is known color: Burgundy. HEX triplet: 7D, 07 and 19. RGB value is (125,7,25). Sum of RGB (Red+Green+Blue) = 125+7+25=157 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.62% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0719 is #82F8E6. Grayscale: #2C2C2C. Windows color (decimal): -8583399 or 1640317. OLE color: 1640317.

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

Color convert

RGB 125 7 25 -
CMYK 0 0.94 0.8 0.51
HSL 350.85º 0.89% 0.26% -
HSV(B) 350.85º 0.94% 0.49% -
XYZ 8.71 4.58 1.35 -
YUV 44.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 125 7 25 0 0.94 0.8 0.51 350.85 0.89 0.26
Hex 7D 7 19 0 5E 50 33 15F 59 1A
Octal 175 7 31 0 136 120 63 537 131 32
Binary 1111101 111 11001 0 1011110 1010000 110011 101011111 1011001 11010

Color Harmonies of #7D0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0719

Black with #7D0719

Text Example


Text Example

White with #7D0719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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