#7B0117

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

Shades of Burgundy #7B0117

Tints of Burgundy #7B0117

Color information

#7B0117 (or 0x7B0117) is unknown color: approx Burgundy. HEX triplet: 7B, 01 and 17. RGB value is (123,1,23). Sum of RGB (Red+Green+Blue) = 123+1+23=147 (19% of max value = 765). Red value is 123 (48.44% from 255 or 83.67% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0117 is #84FEE8. Grayscale: #282828. Windows color (decimal): -8716009 or 1507707. OLE color: 1507707.

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

Color convert

RGB123123-
CMYK00.990.810.52
HSL349.18º98.39%24.31%-
HSV(B)349.18º99.19%48.24%-
XYZ8.334.291.2-
YUV39.99118.42187.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 83.67%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=83.67%
G=0.68%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12312300.990.810.52349.1898.3924.31
Hex7B117063513415d6218
Octal17312701431216453514230
Binary1111011110111011000111010001110100101011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,1,23); }

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

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

 a { background-color: rgb(123,1,23); }

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

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

 span { border-color: rgb(123,1,23); }

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