#7B092D

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

Shades of Burgundy #7B092D

Tints of Burgundy #7B092D

Color information

#7B092D (or 0x7B092D) is unknown color: approx Burgundy. HEX triplet: 7B, 09 and 2D. RGB value is (123,9,45). Sum of RGB (Red+Green+Blue) = 123+9+45=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B092D is #84F6D2. Grayscale: #2F2F2F. Windows color (decimal): -8713939 or 2951547. OLE color: 2951547.

HSL color Cylindrical-coordinate representation of color #7B092D: hue angle of 341.05º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B092D is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB123945-
CMYK00.930.630.52
HSL341.05º86.36%25.88%-
HSV(B)341.05º92.68%48.24%-
XYZ8.744.62.91-
YUV47.19126.77182.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 69.49%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=69.49%
G=5.08%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12394500.930.630.52341.0586.3625.88
Hex7B92D05D3F34155561a
Octal17311550135776452512632
Binary1111011100110110101011101111111110100101010101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,9,45); }

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

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

 a { background-color: rgb(123,9,45); }

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

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

 span { border-color: rgb(123,9,45); }

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