#700221

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

Shades of Burgundy #700221

Tints of Burgundy #700221

Color information

#700221 (or 0x700221) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 21. RGB value is (112,2,33). Sum of RGB (Red+Green+Blue) = 112+2+33=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #700221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700221 is #8FFDDE. Grayscale: #262626. Windows color (decimal): -9436639 or 2163312. OLE color: 2163312.

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

Color convert

RGB112233-
CMYK00.980.710.56
HSL343.09º96.49%22.35%-
HSV(B)343.09º98.21%43.92%-
XYZ6.983.61.77-
YUV38.42124.94180.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.19%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=76.19%
G=1.36%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11223300.980.710.56343.0996.4922.35
Hex7022106247381576016
Octal16024101421077052714026
Binary111000010100001011000101000111111000101010111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700221; }

 p { color: rgb(112,2,33); }

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

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

 a { background-color: rgb(112,2,33); }

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

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

 span { border-color: rgb(112,2,33); }

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