Html Css Color HEX #7A081B Burgundy

📋 copy color: '#7A081B'

red 122 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #7A081B

Tints of Burgundy #7A081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 77.71%
G = 5.1%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A081B (or 0x7A081B) is known color: Burgundy. HEX triplet: 7A, 08 and 1B. RGB value is (122,8,27). Sum of RGB (Red+Green+Blue) = 122+8+27=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A081B is #85F7E4. Grayscale: #2C2C2C. Windows color (decimal): -8779749 or 1771642. OLE color: 1771642.

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

Color convert

RGB 122 8 27 -
CMYK 0 0.93 0.78 0.52
HSL 350º 0.88% 0.25% -
HSV(B) 350º 0.93% 0.48% -
XYZ 8.31 4.39 1.45 -
YUV 44.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 122 8 27 0 0.93 0.78 0.52 350 0.88 0.25
Hex 7A 8 1B 0 5D 4E 34 15E 58 19
Octal 172 10 33 0 135 116 64 536 130 31
Binary 1111010 1000 11011 0 1011101 1001110 110100 101011110 1011000 11001

Color Harmonies of #7A081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A081B

Black with #7A081B

Text Example


Text Example

White with #7A081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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