Html Css Color HEX #7A032F Burgundy

📋 copy color: '#7A032F'

red 122 ◦ green 3 ◦ blue 47

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

Shades of Burgundy #7A032F

Tints of Burgundy #7A032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 70.93%
G = 1.74%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A032F (or 0x7A032F) is known color: Burgundy. HEX triplet: 7A, 03 and 2F. RGB value is (122,3,47). Sum of RGB (Red+Green+Blue) = 122+3+47=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A032F is #85FCD0. Grayscale: #2B2B2B. Windows color (decimal): -8781009 or 3081082. OLE color: 3081082.

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

Color convert

RGB 122 3 47 -
CMYK 0 0.98 0.61 0.52
HSL 337.82º 0.95% 0.25% -
HSV(B) 337.82º 0.98% 0.48% -
XYZ 8.57 4.41 3.09 -
YUV 43.6 129.92 183.92 -
System Red Green Blue C M Y K H S L
Decimal 122 3 47 0 0.98 0.61 0.52 337.82 0.95 0.25
Hex 7A 3 2F 0 62 3D 34 152 5F 19
Octal 172 3 57 0 142 75 64 522 137 31
Binary 1111010 11 101111 0 1100010 111101 110100 101010010 1011111 11001

Color Harmonies of #7A032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A032F

Black with #7A032F

Text Example


Text Example

White with #7A032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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