#700414

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

Shades of Burgundy #700414

Tints of Burgundy #700414

Color information

#700414 (or 0x700414) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 14. RGB value is (112,4,20). Sum of RGB (Red+Green+Blue) = 112+4+20=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700414 is #8FFBEB. Grayscale: #262626. Windows color (decimal): -9436140 or 1311856. OLE color: 1311856.

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

Color convert

RGB112420-
CMYK00.960.820.56
HSL351.11º93.1%22.75%-
HSV(B)351.11º96.43%43.92%-
XYZ6.853.580.99-
YUV38.12117.78180.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 82.35%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=82.35%
G=2.94%
B=14.71%

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
Decimal11242000.960.820.56351.1193.122.75
Hex70414060523815f5d17
Octal16042401401227053713527
Binary111000010010100011000001010010111000101011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700414; }

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

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

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

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

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

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

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

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