#700612

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

Shades of Burgundy #700612

Tints of Burgundy #700612

Color information

#700612 (or 0x700612) is unknown color: approx Burgundy. HEX triplet: 70, 06 and 12. RGB value is (112,6,18). Sum of RGB (Red+Green+Blue) = 112+6+18=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700612 is #8FF9ED. Grayscale: #272727. Windows color (decimal): -9435630 or 1181296. OLE color: 1181296.

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

Color convert

RGB112618-
CMYK00.950.840.56
HSL353.21º89.83%23.14%-
HSV(B)353.21º94.64%43.92%-
XYZ6.863.620.91-
YUV39.06116.12180.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 82.35%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=82.35%
G=4.41%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11261800.950.840.56353.2189.8323.14
Hex7061205F54381615a17
Octal16062201371247054113227
Binary111000011010010010111111010100111000101100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700612; }

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

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

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

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

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

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

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

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