Html Css Color HEX #7A082A Burgundy

📋 copy color: '#7A082A'

red 122 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #7A082A

Tints of Burgundy #7A082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 70.93%
G = 4.65%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A082A (or 0x7A082A) is known color: Burgundy. HEX triplet: 7A, 08 and 2A. RGB value is (122,8,42). Sum of RGB (Red+Green+Blue) = 122+8+42=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A082A is #85F7D5. Grayscale: #2D2D2D. Windows color (decimal): -8779734 or 2754682. OLE color: 2754682.

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

Color convert

RGB 122 8 42 -
CMYK 0 0.93 0.66 0.52
HSL 342.11º 0.88% 0.25% -
HSV(B) 342.11º 0.93% 0.48% -
XYZ 8.53 4.48 2.61 -
YUV 45.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 122 8 42 0 0.93 0.66 0.52 342.11 0.88 0.25
Hex 7A 8 2A 0 5D 42 34 156 58 19
Octal 172 10 52 0 135 102 64 526 130 31
Binary 1111010 1000 101010 0 1011101 1000010 110100 101010110 1011000 11001

Color Harmonies of #7A082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A082A

Black with #7A082A

Text Example


Text Example

White with #7A082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,42); }

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

background-color css

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

 a { background-color: rgb(122,8,42); }

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

border-color css

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

 span { border-color: rgb(122,8,42); }

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