#700512

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

Shades of Burgundy #700512

Tints of Burgundy #700512

Color information

#700512 (or 0x700512) is unknown color: approx Burgundy. HEX triplet: 70, 05 and 12. RGB value is (112,5,18). Sum of RGB (Red+Green+Blue) = 112+5+18=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700512 is #8FFAED. Grayscale: #262626. Windows color (decimal): -9435886 or 1181040. OLE color: 1181040.

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

Color convert

RGB112518-
CMYK00.960.840.56
HSL352.71º91.45%22.94%-
HSV(B)352.71º95.54%43.92%-
XYZ6.853.60.91-
YUV38.48116.45180.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 82.96%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=82.96%
G=3.70%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11251800.960.840.56352.7191.4522.94
Hex7051206054381615b17
Octal16052201401247054113327
Binary111000010110010011000001010100111000101100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700512; }

 p { color: rgb(112,5,18); }

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

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

 a { background-color: rgb(112,5,18); }

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

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

 span { border-color: rgb(112,5,18); }

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