#7A030E

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

Shades of Burgundy #7A030E

Tints of Burgundy #7A030E

Color information

#7A030E (or 0x7A030E) is unknown color: approx Burgundy. HEX triplet: 7A, 03 and 0E. RGB value is (122,3,14). Sum of RGB (Red+Green+Blue) = 122+3+14=139 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.77% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 122 - color contains mainly: red. Hex color #7A030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A030E is #85FCF1. Grayscale: #272727. Windows color (decimal): -8781042 or 918394. OLE color: 918394.

HSL color Cylindrical-coordinate representation of color #7A030E: hue angle of 354.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A030E is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB122314-
CMYK00.980.890.52
HSL354.45º95.2%24.51%-
HSV(B)354.45º97.54%47.84%-
XYZ8.144.230.8-
YUV39.84113.42186.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 87.77%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=87.77%
G=2.16%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12231400.980.890.52354.4595.224.51
Hex7A3E06259341625f19
Octal17231601421316454213731
Binary1111010111110011000101011001110100101100010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,3,14); }

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

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

 a { background-color: rgb(122,3,14); }

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

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

 span { border-color: rgb(122,3,14); }

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