Html Css Color HEX #7A051E Burgundy

📋 copy color: '#7A051E'

red 122 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #7A051E

Tints of Burgundy #7A051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 77.71%
G = 3.18%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A051E (or 0x7A051E) is known color: Burgundy. HEX triplet: 7A, 05 and 1E. RGB value is (122,5,30). Sum of RGB (Red+Green+Blue) = 122+5+30=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A051E is #85FAE1. Grayscale: #2A2A2A. Windows color (decimal): -8780514 or 1967482. OLE color: 1967482.

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

Color convert

RGB 122 5 30 -
CMYK 0 0.96 0.75 0.52
HSL 347.18º 0.92% 0.25% -
HSV(B) 347.18º 0.96% 0.48% -
XYZ 8.31 4.34 1.63 -
YUV 42.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 122 5 30 0 0.96 0.75 0.52 347.18 0.92 0.25
Hex 7A 5 1E 0 60 4B 34 15B 5C 19
Octal 172 5 36 0 140 113 64 533 134 31
Binary 1111010 101 11110 0 1100000 1001011 110100 101011011 1011100 11001

Color Harmonies of #7A051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A051E

Black with #7A051E

Text Example


Text Example

White with #7A051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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