Html Css Color HEX #7C0119 Burgundy

📋 copy color: '#7C0119'

red 124 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #7C0119

Tints of Burgundy #7C0119

RGB

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

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

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

R = 82.67%
G = 0.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C0119 (or 0x7C0119) is known color: Burgundy. HEX triplet: 7C, 01 and 19. RGB value is (124,1,25). Sum of RGB (Red+Green+Blue) = 124+1+25=150 (19% of max value = 765). Red value is 124 (48.83% from 255 or 82.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0119 is #83FEE6. Grayscale: #282828. Windows color (decimal): -8650471 or 1638780. OLE color: 1638780.

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

Color convert

RGB 124 1 25 -
CMYK 0 0.99 0.80 0.51
HSL 348.29º 0.98% 0.25% -
HSV(B) 348.29º 0.99% 0.49% -
XYZ 8.5 4.38 1.32 -
YUV 40.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 124 1 25 0 0.99 0.80 0.51 348.29 0.98 0.25
Hex 7C 1 19 0 63 50 33 15C 62 19
Octal 174 1 31 0 143 120 63 534 142 31
Binary 1111100 1 11001 0 1100011 1010000 110011 101011100 1100010 11001

Color Harmonies of #7C0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0119

Black with #7C0119

Text Example


Text Example

White with #7C0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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