#700b26

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

Shades of Burgundy #700B26

Tints of Burgundy #700B26

Color information

#700B26 (or 0x700B26) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 26. RGB value is (112,11,38). Sum of RGB (Red+Green+Blue) = 112+11+38=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #700B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B26 is #8FF4D9. Grayscale: #2C2C2C. Windows color (decimal): -9434330 or 2493296. OLE color: 2493296.

HSL color Cylindrical-coordinate representation of color #700B26: hue angle of 343.96º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B26 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1121138-
CMYK00.900.660.56
HSL343.96º82.11%24.12%-
HSV(B)343.96º90.18%43.92%-
XYZ7.153.822.19-
YUV44.28124.46176.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.57%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=69.57%
G=6.83%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113800.900.660.56343.9682.1124.12
Hex70B2605A42381585218
Octal160134601321027053012230
Binary11100001011100110010110101000010111000101011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700b26; }

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

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

<style>
 a { background-color: #700b26; }

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

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

<style>
 span { border-color: #700b26; }

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

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