Html Css Color HEX #7A081F Burgundy

📋 copy color: '#7A081F'

red 122 ◦ green 8 ◦ blue 31

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

Shades of Burgundy #7A081F

Tints of Burgundy #7A081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 75.78%
G = 4.97%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A081F (or 0x7A081F) is known color: Burgundy. HEX triplet: 7A, 08 and 1F. RGB value is (122,8,31). Sum of RGB (Red+Green+Blue) = 122+8+31=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A081F is #85F7E0. Grayscale: #2C2C2C. Windows color (decimal): -8779745 or 2033786. OLE color: 2033786.

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

Color convert

RGB 122 8 31 -
CMYK 0 0.93 0.75 0.52
HSL 347.89º 0.88% 0.25% -
HSV(B) 347.89º 0.93% 0.48% -
XYZ 8.36 4.41 1.71 -
YUV 44.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 122 8 31 0 0.93 0.75 0.52 347.89 0.88 0.25
Hex 7A 8 1F 0 5D 4B 34 15C 58 19
Octal 172 10 37 0 135 113 64 534 130 31
Binary 1111010 1000 11111 0 1011101 1001011 110100 101011100 1011000 11001

Color Harmonies of #7A081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A081F

Black with #7A081F

Text Example


Text Example

White with #7A081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,31); }

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

background-color css

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

 a { background-color: rgb(122,8,31); }

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

border-color css

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

 span { border-color: rgb(122,8,31); }

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