#700624

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

Shades of Burgundy #700624

Tints of Burgundy #700624

Color information

#700624 (or 0x700624) is unknown color: approx Burgundy. HEX triplet: 70, 06 and 24. RGB value is (112,6,36). Sum of RGB (Red+Green+Blue) = 112+6+36=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700624 is #8FF9DB. Grayscale: #292929. Windows color (decimal): -9435612 or 2360944. OLE color: 2360944.

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

Color convert

RGB112636-
CMYK00.950.680.56
HSL343.02º89.83%23.14%-
HSV(B)343.02º94.64%43.92%-
XYZ7.073.72.01-
YUV41.11125.12178.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.73%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=72.73%
G=3.90%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11263600.950.680.56343.0289.8323.14
Hex7062405F44381575a17
Octal16064401371047052713227
Binary1110000110100100010111111000100111000101010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700624; }

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

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

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

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

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

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

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

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