#700828

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

Shades of Burgundy #700828

Tints of Burgundy #700828

Color information

#700828 (or 0x700828) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 28. RGB value is (112,8,40). Sum of RGB (Red+Green+Blue) = 112+8+40=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #700828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700828 is #8FF7D7. Grayscale: #2A2A2A. Windows color (decimal): -9435096 or 2623600. OLE color: 2623600.

HSL color Cylindrical-coordinate representation of color #700828: hue angle of 341.54º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700828 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB112840-
CMYK00.930.640.56
HSL341.54º86.67%23.53%-
HSV(B)341.54º92.86%43.92%-
XYZ7.153.772.36-
YUV42.74126.46177.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 40 (16.02% from 255) = 25%
R=70%
G=5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11284000.930.640.56341.5486.6723.53
Hex7082805D40381565718
Octal160105001351007052612730
Binary11100001000101000010111011000000111000101010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700828; }

 p { color: rgb(112,8,40); }

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

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

 a { background-color: rgb(112,8,40); }

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

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

 span { border-color: rgb(112,8,40); }

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