Html Css Color HEX #7C0719 Burgundy

📋 copy color: '#7C0719'

red 124 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #7C0719

Tints of Burgundy #7C0719

RGB

 RED value IS 124 (48.83% from 255) = 79.49%

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

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

R = 79.49%
G = 4.49%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C0719 (or 0x7C0719) is known color: Burgundy. HEX triplet: 7C, 07 and 19. RGB value is (124,7,25). Sum of RGB (Red+Green+Blue) = 124+7+25=156 (20% of max value = 765). Red value is 124 (48.83% from 255 or 79.49% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0719 is #83F8E6. Grayscale: #2C2C2C. Windows color (decimal): -8648935 or 1640316. OLE color: 1640316.

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

Color convert

RGB 124 7 25 -
CMYK 0 0.94 0.80 0.51
HSL 350.77º 0.89% 0.26% -
HSV(B) 350.77º 0.94% 0.49% -
XYZ 8.56 4.51 1.34 -
YUV 44.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 124 7 25 0 0.94 0.80 0.51 350.77 0.89 0.26
Hex 7C 7 19 0 5E 50 33 15F 59 1A
Octal 174 7 31 0 136 120 63 537 131 32
Binary 1111100 111 11001 0 1011110 1010000 110011 101011111 1011001 11010

Color Harmonies of #7C0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0719

Black with #7C0719

Text Example


Text Example

White with #7C0719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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