Html Css Color HEX #7A0932 Burgundy

📋 copy color: '#7A0932'

red 122 ◦ green 9 ◦ blue 50

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

Shades of Burgundy #7A0932

Tints of Burgundy #7A0932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 67.4%
G = 4.97%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7A0932 (or 0x7A0932) is known color: Burgundy. HEX triplet: 7A, 09 and 32. RGB value is (122,9,50). Sum of RGB (Red+Green+Blue) = 122+9+50=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0932 is #85F6CD. Grayscale: #2F2F2F. Windows color (decimal): -8779470 or 3279226. OLE color: 3279226.

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

Color convert

RGB 122 9 50 -
CMYK 0 0.93 0.59 0.52
HSL 338.23º 0.86% 0.26% -
HSV(B) 338.23º 0.93% 0.48% -
XYZ 8.7 4.56 3.44 -
YUV 47.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 122 9 50 0 0.93 0.59 0.52 338.23 0.86 0.26
Hex 7A 9 32 0 5D 3B 34 152 56 1A
Octal 172 11 62 0 135 73 64 522 126 32
Binary 1111010 1001 110010 0 1011101 111011 110100 101010010 1010110 11010

Color Harmonies of #7A0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0932

Black with #7A0932

Text Example


Text Example

White with #7A0932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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