Html Css Color HEX #7C0031 Burgundy

📋 copy color: '#7C0031'

red 124 ◦ green 0 ◦ blue 49

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

Shades of Burgundy #7C0031

Tints of Burgundy #7C0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 71.68%
G = 0%
B = 28.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C0031 (or 0x7C0031) is known color: Burgundy. HEX triplet: 7C, 00 and 31. RGB value is (124,0,49). Sum of RGB (Red+Green+Blue) = 124+0+49=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0031 is #83FFCE. Grayscale: #2A2A2A. Windows color (decimal): -8650703 or 3211388. OLE color: 3211388.

HSL color Cylindrical-coordinate representation of color #7C0031: hue angle of 336.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0031 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 49 -
CMYK 0 1 0.60 0.51
HSL 336.29º 1% 0.24% -
HSV(B) 336.29º 1% 0.49% -
XYZ 8.87 4.51 3.31 -
YUV 42.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 124 0 49 0 1 0.60 0.51 336.29 1 0.24
Hex 7C 0 31 0 64 3C 33 150 64 18
Octal 174 0 61 0 144 74 63 520 144 30
Binary 1111100 0 110001 0 1100100 111100 110011 101010000 1100100 11000

Color Harmonies of #7C0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0031

Black with #7C0031

Text Example


Text Example

White with #7C0031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,49); }

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

background-color css

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

 a { background-color: rgb(124,0,49); }

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

border-color css

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

 span { border-color: rgb(124,0,49); }

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