#700126

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

Shades of Burgundy #700126

Tints of Burgundy #700126

Color information

#700126 (or 0x700126) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 26. RGB value is (112,1,38). Sum of RGB (Red+Green+Blue) = 112+1+38=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700126 is #8FFED9. Grayscale: #262626. Windows color (decimal): -9436890 or 2490736. OLE color: 2490736.

HSL color Cylindrical-coordinate representation of color #700126: hue angle of 340º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700126 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB112138-
CMYK00.990.660.56
HSL340º98.23%22.16%-
HSV(B)340º99.11%43.92%-
XYZ7.043.612.16-
YUV38.41127.77180.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=74.17%
G=0.66%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11213800.990.660.5634098.2322.16
Hex7012606342381546216
Octal16014601431027052414226
Binary11100001100110011000111000010111000101010100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700126; }

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

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

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

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

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

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

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

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