#700a2e

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

Shades of Burgundy #700A2E

Tints of Burgundy #700A2E

Color information

#700A2E (or 0x700A2E) is unknown color: approx Burgundy. HEX triplet: 70, 0A and 2E. RGB value is (112,10,46). Sum of RGB (Red+Green+Blue) = 112+10+46=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A2E is #8FF5D1. Grayscale: #2C2C2C. Windows color (decimal): -9434578 or 3017328. OLE color: 3017328.

HSL color Cylindrical-coordinate representation of color #700A2E: hue angle of 338.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A2E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1121046-
CMYK00.910.590.56
HSL338.82º83.61%23.92%-
HSV(B)338.82º91.07%43.92%-
XYZ7.283.862.95-
YUV44.6128.79176.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=66.67%
G=5.95%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112104600.910.590.56338.8283.6123.92
Hex70A2E05B3B381535418
Octal16012560133737052312430
Binary1110000101010111001011011111011111000101010011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700a2e; }

 p { color: rgb(112,10,46); }

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

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

 a { background-color: rgb(112,10,46); }

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

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

 span { border-color: rgb(112,10,46); }

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