#7D092A

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

Shades of Burgundy #7D092A

Tints of Burgundy #7D092A

Color information

#7D092A (or 0x7D092A) is unknown color: approx Burgundy. HEX triplet: 7D, 09 and 2A. RGB value is (125,9,42). Sum of RGB (Red+Green+Blue) = 125+9+42=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D092A is #82F6D5. Grayscale: #2F2F2F. Windows color (decimal): -8582870 or 2754941. OLE color: 2754941.

HSL color Cylindrical-coordinate representation of color #7D092A: hue angle of 342.93º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D092A is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB125942-
CMYK00.930.660.51
HSL342.93º86.57%26.27%-
HSV(B)342.93º92.8%49.02%-
XYZ8.974.722.63-
YUV47.45124.93183.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 71.02%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=71.02%
G=5.11%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12594200.930.660.51342.9386.5726.27
Hex7D92A05D4233157571a
Octal175115201351026352712732
Binary11111011001101010010111011000010110011101010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,9,42); }

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

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

 a { background-color: rgb(125,9,42); }

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

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

 span { border-color: rgb(125,9,42); }

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