#700628

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

Shades of Burgundy #700628

Tints of Burgundy #700628

Color information

#700628 (or 0x700628) is unknown color: approx Burgundy. HEX triplet: 70, 06 and 28. RGB value is (112,6,40). Sum of RGB (Red+Green+Blue) = 112+6+40=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #700628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700628 is #8FF9D7. Grayscale: #292929. Windows color (decimal): -9435608 or 2623088. OLE color: 2623088.

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

Color convert

RGB112640-
CMYK00.950.640.56
HSL340.75º89.83%23.14%-
HSV(B)340.75º94.64%43.92%-
XYZ7.133.732.35-
YUV41.57127.12178.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.89%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=70.89%
G=3.80%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11264000.950.640.56340.7589.8323.14
Hex7062805F40381555a17
Octal16065001371007052513227
Binary1110000110101000010111111000000111000101010101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700628; }

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

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

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

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

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

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

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

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