Html Css Color HEX #7A052C Burgundy

📋 copy color: '#7A052C'

red 122 ◦ green 5 ◦ blue 44

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

Shades of Burgundy #7A052C

Tints of Burgundy #7A052C

RGB

 RED value IS 122 (48.05% from 255) = 71.35%

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

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 71.35%
G = 2.92%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7A052C (or 0x7A052C) is known color: Burgundy. HEX triplet: 7A, 05 and 2C. RGB value is (122,5,44). Sum of RGB (Red+Green+Blue) = 122+5+44=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A052C is #85FAD3. Grayscale: #2C2C2C. Windows color (decimal): -8780500 or 2884986. OLE color: 2884986.

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

Color convert

RGB 122 5 44 -
CMYK 0 0.96 0.64 0.52
HSL 340º 0.92% 0.25% -
HSV(B) 340º 0.96% 0.48% -
XYZ 8.53 4.43 2.79 -
YUV 44.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 122 5 44 0 0.96 0.64 0.52 340 0.92 0.25
Hex 7A 5 2C 0 60 40 34 154 5C 19
Octal 172 5 54 0 140 100 64 524 134 31
Binary 1111010 101 101100 0 1100000 1000000 110100 101010100 1011100 11001

Color Harmonies of #7A052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A052C

Black with #7A052C

Text Example


Text Example

White with #7A052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,5,44); }

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

background-color css

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

 a { background-color: rgb(122,5,44); }

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

border-color css

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

 span { border-color: rgb(122,5,44); }

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