Html Css Color HEX #7C052E Burgundy

📋 copy color: '#7C052E'

red 124 ◦ green 5 ◦ blue 46

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

Shades of Burgundy #7C052E

Tints of Burgundy #7C052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 70.86%
G = 2.86%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C052E (or 0x7C052E) is known color: Burgundy. HEX triplet: 7C, 05 and 2E. RGB value is (124,5,46). Sum of RGB (Red+Green+Blue) = 124+5+46=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C052E is #83FAD1. Grayscale: #2D2D2D. Windows color (decimal): -8649426 or 3016060. OLE color: 3016060.

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

Color convert

RGB 124 5 46 -
CMYK 0 0.96 0.63 0.51
HSL 339.33º 0.92% 0.25% -
HSV(B) 339.33º 0.96% 0.49% -
XYZ 8.86 4.59 3 -
YUV 45.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 124 5 46 0 0.96 0.63 0.51 339.33 0.92 0.25
Hex 7C 5 2E 0 60 3F 33 153 5C 19
Octal 174 5 56 0 140 77 63 523 134 31
Binary 1111100 101 101110 0 1100000 111111 110011 101010011 1011100 11001

Color Harmonies of #7C052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C052E

Black with #7C052E

Text Example


Text Example

White with #7C052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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