#700824

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

Shades of Burgundy #700824

Tints of Burgundy #700824

Color information

#700824 (or 0x700824) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 24. RGB value is (112,8,36). Sum of RGB (Red+Green+Blue) = 112+8+36=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #700824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700824 is #8FF7DB. Grayscale: #2A2A2A. Windows color (decimal): -9435100 or 2361456. OLE color: 2361456.

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

Color convert

RGB112836-
CMYK00.930.680.56
HSL343.85º86.67%23.53%-
HSV(B)343.85º92.86%43.92%-
XYZ7.093.752.02-
YUV42.29124.46177.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.79%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=71.79%
G=5.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11283600.930.680.56343.8586.6723.53
Hex7082405D44381585718
Octal160104401351047053012730
Binary11100001000100100010111011000100111000101011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700824; }

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

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

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

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

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

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

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

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