Html Css Color HEX #7A091D Burgundy

📋 copy color: '#7A091D'

red 122 ◦ green 9 ◦ blue 29

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

Shades of Burgundy #7A091D

Tints of Burgundy #7A091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 76.25%
G = 5.63%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7A091D (or 0x7A091D) is known color: Burgundy. HEX triplet: 7A, 09 and 1D. RGB value is (122,9,29). Sum of RGB (Red+Green+Blue) = 122+9+29=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A091D is #85F6E2. Grayscale: #2D2D2D. Windows color (decimal): -8779491 or 1902970. OLE color: 1902970.

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

Color convert

RGB 122 9 29 -
CMYK 0 0.93 0.76 0.52
HSL 349.38º 0.86% 0.26% -
HSV(B) 349.38º 0.93% 0.48% -
XYZ 8.35 4.42 1.58 -
YUV 45.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 122 9 29 0 0.93 0.76 0.52 349.38 0.86 0.26
Hex 7A 9 1D 0 5D 4C 34 15D 56 1A
Octal 172 11 35 0 135 114 64 535 126 32
Binary 1111010 1001 11101 0 1011101 1001100 110100 101011101 1010110 11010

Color Harmonies of #7A091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A091D

Black with #7A091D

Text Example


Text Example

White with #7A091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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