#700229

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

Shades of Burgundy #700229

Tints of Burgundy #700229

Color information

#700229 (or 0x700229) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 29. RGB value is (112,2,41). Sum of RGB (Red+Green+Blue) = 112+2+41=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700229 is #8FFDD6. Grayscale: #272727. Windows color (decimal): -9436631 or 2687600. OLE color: 2687600.

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

Color convert

RGB112241-
CMYK00.980.630.56
HSL338.73º96.49%22.35%-
HSV(B)338.73º98.21%43.92%-
XYZ7.13.652.43-
YUV39.34128.94179.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=72.26%
G=1.29%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11224100.980.630.56338.7396.4922.35
Hex702290623F381536016
Octal1602510142777052314026
Binary11100001010100101100010111111111000101010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700229; }

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

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

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

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

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

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

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

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