#700122

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

Shades of Burgundy #700122

Tints of Burgundy #700122

Color information

#700122 (or 0x700122) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 22. RGB value is (112,1,34). Sum of RGB (Red+Green+Blue) = 112+1+34=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #700122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700122 is #8FFEDD. Grayscale: #252525. Windows color (decimal): -9436894 or 2228592. OLE color: 2228592.

HSL color Cylindrical-coordinate representation of color #700122: hue angle of 342.16º 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 #700122 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB112134-
CMYK00.990.700.56
HSL342.16º98.23%22.16%-
HSV(B)342.16º99.11%43.92%-
XYZ6.983.581.84-
YUV37.95125.77180.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.19%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=76.19%
G=0.68%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11213400.990.700.56342.1698.2322.16
Hex7012206346381566216
Octal16014201431067052614226
Binary11100001100010011000111000110111000101010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700122; }

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

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

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

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

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

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

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

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