#700514

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

Shades of Burgundy #700514

Tints of Burgundy #700514

Color information

#700514 (or 0x700514) is unknown color: approx Burgundy. HEX triplet: 70, 05 and 14. RGB value is (112,5,20). Sum of RGB (Red+Green+Blue) = 112+5+20=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700514 is #8FFAEB. Grayscale: #262626. Windows color (decimal): -9435884 or 1312112. OLE color: 1312112.

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

Color convert

RGB112520-
CMYK00.960.820.56
HSL351.59º91.45%22.94%-
HSV(B)351.59º95.54%43.92%-
XYZ6.863.61-
YUV38.7117.45180.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.75%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=81.75%
G=3.65%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11252000.960.820.56351.5991.4522.94
Hex7051406052381605b17
Octal16052401401227054013327
Binary111000010110100011000001010010111000101100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700514; }

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

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

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

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

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

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

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

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