#7C0B17

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

Shades of Burgundy #7C0B17

Tints of Burgundy #7C0B17

Color information

#7C0B17 (or 0x7C0B17) is unknown color: approx Burgundy. HEX triplet: 7C, 0B and 17. RGB value is (124,11,23). Sum of RGB (Red+Green+Blue) = 124+11+23=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0B17 is #83F4E8. Grayscale: #2E2E2E. Windows color (decimal): -8647913 or 1510268. OLE color: 1510268.

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

Color convert

RGB1241123-
CMYK00.910.810.51
HSL353.63º83.7%26.47%-
HSV(B)353.63º91.13%48.63%-
XYZ8.594.591.24-
YUV46.16114.94183.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 78.48%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=78.48%
G=6.96%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124112300.910.810.51353.6383.726.47
Hex7CB1705B5133162541a
Octal174132701331216354212432
Binary1111100101110111010110111010001110011101100010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,11,23); }

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

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

 a { background-color: rgb(124,11,23); }

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

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

 span { border-color: rgb(124,11,23); }

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