Html Css Color HEX #7A092E Burgundy

📋 copy color: '#7A092E'

red 122 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #7A092E

Tints of Burgundy #7A092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 68.93%
G = 5.08%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7A092E (or 0x7A092E) is known color: Burgundy. HEX triplet: 7A, 09 and 2E. RGB value is (122,9,46). Sum of RGB (Red+Green+Blue) = 122+9+46=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A092E is #85F6D1. Grayscale: #2E2E2E. Windows color (decimal): -8779474 or 3017082. OLE color: 3017082.

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

Color convert

RGB 122 9 46 -
CMYK 0 0.93 0.62 0.52
HSL 340.35º 0.86% 0.26% -
HSV(B) 340.35º 0.93% 0.48% -
XYZ 8.62 4.53 3.01 -
YUV 47.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 122 9 46 0 0.93 0.62 0.52 340.35 0.86 0.26
Hex 7A 9 2E 0 5D 3E 34 154 56 1A
Octal 172 11 56 0 135 76 64 524 126 32
Binary 1111010 1001 101110 0 1011101 111110 110100 101010100 1010110 11010

Color Harmonies of #7A092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A092E

Black with #7A092E

Text Example


Text Example

White with #7A092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,9,46); }

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

background-color css

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

 a { background-color: rgb(122,9,46); }

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

border-color css

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

 span { border-color: rgb(122,9,46); }

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