#700418

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

Shades of Burgundy #700418

Tints of Burgundy #700418

Color information

#700418 (or 0x700418) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 18. RGB value is (112,4,24). Sum of RGB (Red+Green+Blue) = 112+4+24=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #700418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700418 is #8FFBE7. Grayscale: #262626. Windows color (decimal): -9436136 or 1574000. OLE color: 1574000.

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

Color convert

RGB112424-
CMYK00.960.790.56
HSL348.89º93.1%22.75%-
HSV(B)348.89º96.43%43.92%-
XYZ6.893.61.2-
YUV38.57119.78180.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=80%
G=2.86%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11242400.960.790.56348.8993.122.75
Hex704180604F3815d5d17
Octal16043001401177053513527
Binary111000010011000011000001001111111000101011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700418; }

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

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

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

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

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

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

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

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