Html Css Color HEX #7A0331 Burgundy

📋 copy color: '#7A0331'

red 122 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #7A0331

Tints of Burgundy #7A0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 70.11%
G = 1.72%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#7A0331 (or 0x7A0331) is known color: Burgundy. HEX triplet: 7A, 03 and 31. RGB value is (122,3,49). Sum of RGB (Red+Green+Blue) = 122+3+49=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0331 is #85FCCE. Grayscale: #2B2B2B. Windows color (decimal): -8781007 or 3212154. OLE color: 3212154.

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

Color convert

RGB 122 3 49 -
CMYK 0 0.98 0.60 0.52
HSL 336.81º 0.95% 0.25% -
HSV(B) 336.81º 0.98% 0.48% -
XYZ 8.61 4.42 3.31 -
YUV 43.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 122 3 49 0 0.98 0.60 0.52 336.81 0.95 0.25
Hex 7A 3 31 0 62 3C 34 151 5F 19
Octal 172 3 61 0 142 74 64 521 137 31
Binary 1111010 11 110001 0 1100010 111100 110100 101010001 1011111 11001

Color Harmonies of #7A0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0331

Black with #7A0331

Text Example


Text Example

White with #7A0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,3,49); }

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

background-color css

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

 a { background-color: rgb(122,3,49); }

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

border-color css

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

 span { border-color: rgb(122,3,49); }

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