Html Css Color HEX #7C051C Burgundy

📋 copy color: '#7C051C'

red 124 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #7C051C

Tints of Burgundy #7C051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 78.98%
G = 3.18%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C051C (or 0x7C051C) is known color: Burgundy. HEX triplet: 7C, 05 and 1C. RGB value is (124,5,28). Sum of RGB (Red+Green+Blue) = 124+5+28=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C051C is #83FAE3. Grayscale: #2B2B2B. Windows color (decimal): -8649444 or 1836412. OLE color: 1836412.

HSL color Cylindrical-coordinate representation of color #7C051C: hue angle of 348.4º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C051C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 28 -
CMYK 0 0.96 0.77 0.51
HSL 348.4º 0.92% 0.25% -
HSV(B) 348.4º 0.96% 0.49% -
XYZ 8.58 4.48 1.51 -
YUV 43.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 124 5 28 0 0.96 0.77 0.51 348.4 0.92 0.25
Hex 7C 5 1C 0 60 4D 33 15C 5C 19
Octal 174 5 34 0 140 115 63 534 134 31
Binary 1111100 101 11100 0 1100000 1001101 110011 101011100 1011100 11001

Color Harmonies of #7C051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C051C

Black with #7C051C

Text Example


Text Example

White with #7C051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,28); }

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

background-color css

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

 a { background-color: rgb(124,5,28); }

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

border-color css

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

 span { border-color: rgb(124,5,28); }

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