Html Css Color HEX #7A101E Burgundy

📋 copy color: '#7A101E'

red 122 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #7A101E

Tints of Burgundy #7A101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 72.62%
G = 9.52%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A101E (or 0x7A101E) is known color: Burgundy. HEX triplet: 7A, 10 and 1E. RGB value is (122,16,30). Sum of RGB (Red+Green+Blue) = 122+16+30=168 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.62% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 122 - color contains mainly: red. Hex color #7A101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A101E is #85EFE1. Grayscale: #313131. Windows color (decimal): -8777698 or 1970298. OLE color: 1970298.

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

Color convert

RGB 122 16 30 -
CMYK 0 0.87 0.75 0.52
HSL 352.08º 0.77% 0.27% -
HSV(B) 352.08º 0.87% 0.48% -
XYZ 8.45 4.6 1.67 -
YUV 49.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 122 16 30 0 0.87 0.75 0.52 352.08 0.77 0.27
Hex 7A 10 1E 0 57 4B 34 160 4D 1B
Octal 172 20 36 0 127 113 64 540 115 33
Binary 1111010 10000 11110 0 1010111 1001011 110100 101100000 1001101 11011

Color Harmonies of #7A101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A101E

Black with #7A101E

Text Example


Text Example

White with #7A101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,30); }

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

background-color css

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

 a { background-color: rgb(122,16,30); }

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

border-color css

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

 span { border-color: rgb(122,16,30); }

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