#7C0B26

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

Shades of Burgundy #7C0B26

Tints of Burgundy #7C0B26

Color information

#7C0B26 (or 0x7C0B26) is unknown color: approx Burgundy. HEX triplet: 7C, 0B and 26. RGB value is (124,11,38). Sum of RGB (Red+Green+Blue) = 124+11+38=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0B26 is #83F4D9. Grayscale: #2F2F2F. Windows color (decimal): -8647898 or 2493308. OLE color: 2493308.

HSL color Cylindrical-coordinate representation of color #7C0B26: hue angle of 345.66º 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 #7C0B26 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1241138-
CMYK00.910.690.51
HSL345.66º83.7%26.47%-
HSV(B)345.66º91.13%48.63%-
XYZ8.784.662.27-
YUV47.86122.44182.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 71.68%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=71.68%
G=6.36%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124113800.910.690.51345.6683.726.47
Hex7CB2605B453315a541a
Octal174134601331056353212432
Binary11111001011100110010110111000101110011101011010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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