#7B0226

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

Shades of Burgundy #7B0226

Tints of Burgundy #7B0226

Color information

#7B0226 (or 0x7B0226) is unknown color: approx Burgundy. HEX triplet: 7B, 02 and 26. RGB value is (123,2,38). Sum of RGB (Red+Green+Blue) = 123+2+38=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0226 is #84FDD9. Grayscale: #2A2A2A. Windows color (decimal): -8715738 or 2491003. OLE color: 2491003.

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

Color convert

RGB123238-
CMYK00.980.690.52
HSL342.15º96.8%24.51%-
HSV(B)342.15º98.37%48.24%-
XYZ8.544.392.23-
YUV42.28125.59185.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75.46%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=75.46%
G=1.23%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12323800.980.690.52342.1596.824.51
Hex7B22606245341566119
Octal17324601421056452614131
Binary111101110100110011000101000101110100101010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,38); }

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

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

 a { background-color: rgb(123,2,38); }

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

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

 span { border-color: rgb(123,2,38); }

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