#7A101A

Color #7A101A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #7A101A

Tints of Burgundy #7A101A

Color information

#7A101A (or 0x7A101A) is unknown color: approx Burgundy. HEX triplet: 7A, 10 and 1A. RGB value is (122,16,26). Sum of RGB (Red+Green+Blue) = 122+16+26=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A101A is #85EFE5. Grayscale: #303030. Windows color (decimal): -8777702 or 1708154. OLE color: 1708154.

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

Color convert

RGB1221626-
CMYK00.870.790.52
HSL354.34º76.81%27.06%-
HSV(B)354.34º86.89%47.84%-
XYZ8.44.581.42-
YUV48.83115.12180.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 74.39%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=74.39%
G=9.76%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122162600.870.790.52354.3476.8127.06
Hex7A101A0574F341624d1b
Octal172203201271176454211533
Binary11110101000011010010101111001111110100101100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A101A;
 }
 .AnyTagClassName
 {
   color: #7A101A;
 }
</style>
background-color css

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

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

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

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

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

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