#7A001A

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

Shades of Burgundy #7A001A

Tints of Burgundy #7A001A

Color information

#7A001A (or 0x7A001A) is unknown color: approx Burgundy. HEX triplet: 7A, 00 and 1A. RGB value is (122,0,26). Sum of RGB (Red+Green+Blue) = 122+0+26=148 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.43% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 122 - color contains mainly: red. Hex color #7A001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A001A is #85FFE5. Grayscale: #272727. Windows color (decimal): -8781798 or 1704058. OLE color: 1704058.

HSL color Cylindrical-coordinate representation of color #7A001A: hue angle of 347.21º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A001A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB122026-
CMYK010.790.52
HSL347.21º100%23.92%-
HSV(B)347.21º100%47.84%-
XYZ8.214.211.36-
YUV39.44120.42186.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 82.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=82.43%
G=0%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122026010.790.52347.2110023.92
Hex7A01A0644F3415b6418
Octal17203201441176453314430
Binary1111010011010011001001001111110100101011011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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