Html Css Color HEX #7A101C Burgundy

📋 copy color: '#7A101C'

red 122 ◦ green 16 ◦ blue 28

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

Shades of Burgundy #7A101C

Tints of Burgundy #7A101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 73.49%
G = 9.64%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A101C (or 0x7A101C) is known color: Burgundy. HEX triplet: 7A, 10 and 1C. RGB value is (122,16,28). Sum of RGB (Red+Green+Blue) = 122+16+28=166 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.49% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 122 - color contains mainly: red. Hex color #7A101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A101C is #85EFE3. Grayscale: #313131. Windows color (decimal): -8777700 or 1839226. OLE color: 1839226.

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

Color convert

RGB 122 16 28 -
CMYK 0 0.87 0.77 0.52
HSL 353.21º 0.77% 0.27% -
HSV(B) 353.21º 0.87% 0.48% -
XYZ 8.42 4.59 1.54 -
YUV 49.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 122 16 28 0 0.87 0.77 0.52 353.21 0.77 0.27
Hex 7A 10 1C 0 57 4D 34 161 4D 1B
Octal 172 20 34 0 127 115 64 541 115 33
Binary 1111010 10000 11100 0 1010111 1001101 110100 101100001 1001101 11011

Color Harmonies of #7A101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A101C

Black with #7A101C

Text Example


Text Example

White with #7A101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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