Html Css Color HEX #7C0125 Burgundy

📋 copy color: '#7C0125'

red 124 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #7C0125

Tints of Burgundy #7C0125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 76.54%
G = 0.62%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C0125 (or 0x7C0125) is known color: Burgundy. HEX triplet: 7C, 01 and 25. RGB value is (124,1,37). Sum of RGB (Red+Green+Blue) = 124+1+37=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0125 is #83FEDA. Grayscale: #292929. Windows color (decimal): -8650459 or 2425212. OLE color: 2425212.

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

Color convert

RGB 124 1 37 -
CMYK 0 0.99 0.70 0.51
HSL 342.44º 0.98% 0.25% -
HSV(B) 342.44º 0.99% 0.49% -
XYZ 8.66 4.44 2.15 -
YUV 41.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 124 1 37 0 0.99 0.70 0.51 342.44 0.98 0.25
Hex 7C 1 25 0 63 46 33 156 62 19
Octal 174 1 45 0 143 106 63 526 142 31
Binary 1111100 1 100101 0 1100011 1000110 110011 101010110 1100010 11001

Color Harmonies of #7C0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0125

Black with #7C0125

Text Example


Text Example

White with #7C0125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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