#7A001E

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

Shades of Burgundy #7A001E

Tints of Burgundy #7A001E

Color information

#7A001E (or 0x7A001E) is unknown color: approx Burgundy. HEX triplet: 7A, 00 and 1E. RGB value is (122,0,30). Sum of RGB (Red+Green+Blue) = 122+0+30=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A001E is #85FFE1. Grayscale: #272727. Windows color (decimal): -8781794 or 1966202. OLE color: 1966202.

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

Color convert

RGB122030-
CMYK010.750.52
HSL345.25º100%23.92%-
HSV(B)345.25º100%47.84%-
XYZ8.264.231.61-
YUV39.9122.42186.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 80.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=80.26%
G=0%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122030010.750.52345.2510023.92
Hex7A01E0644B341596418
Octal17203601441136453114430
Binary1111010011110011001001001011110100101011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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