#700924

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

Shades of Burgundy #700924

Tints of Burgundy #700924

Color information

#700924 (or 0x700924) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 24. RGB value is (112,9,36). Sum of RGB (Red+Green+Blue) = 112+9+36=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #700924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700924 is #8FF6DB. Grayscale: #2A2A2A. Windows color (decimal): -9434844 or 2361712. OLE color: 2361712.

HSL color Cylindrical-coordinate representation of color #700924: hue angle of 344.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700924 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB112936-
CMYK00.920.680.56
HSL344.27º85.12%23.73%-
HSV(B)344.27º91.96%43.92%-
XYZ7.13.772.02-
YUV42.88124.12177.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=71.34%
G=5.73%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11293600.920.680.56344.2785.1223.73
Hex7092405C44381585518
Octal160114401341047053012530
Binary11100001001100100010111001000100111000101011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700924; }

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

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

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

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

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

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

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

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