Html Css Color HEX #7A082B Burgundy

📋 copy color: '#7A082B'

red 122 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #7A082B

Tints of Burgundy #7A082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 70.52%
G = 4.62%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7A082B (or 0x7A082B) is known color: Burgundy. HEX triplet: 7A, 08 and 2B. RGB value is (122,8,43). Sum of RGB (Red+Green+Blue) = 122+8+43=173 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.52% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 122 - color contains mainly: red. Hex color #7A082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A082B is #85F7D4. Grayscale: #2E2E2E. Windows color (decimal): -8779733 or 2820218. OLE color: 2820218.

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

Color convert

RGB 122 8 43 -
CMYK 0 0.93 0.65 0.52
HSL 341.58º 0.88% 0.25% -
HSV(B) 341.58º 0.93% 0.48% -
XYZ 8.55 4.49 2.7 -
YUV 46.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 122 8 43 0 0.93 0.65 0.52 341.58 0.88 0.25
Hex 7A 8 2B 0 5D 41 34 156 58 19
Octal 172 10 53 0 135 101 64 526 130 31
Binary 1111010 1000 101011 0 1011101 1000001 110100 101010110 1011000 11001

Color Harmonies of #7A082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A082B

Black with #7A082B

Text Example


Text Example

White with #7A082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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