#700008

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

Shades of Burgundy #700008

Tints of Burgundy #700008

Color information

#700008 (or 0x700008) is unknown color: approx Burgundy. HEX triplet: 70, 00 and 08. RGB value is (112,0,8). Sum of RGB (Red+Green+Blue) = 112+0+8=120 (15% of max value = 765). Red value is 112 (44.14% from 255 or 93.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 112 - color contains mainly: red. Hex color #700008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700008 is #8FFFF7. Grayscale: #222222. Windows color (decimal): -9437176 or 524400. OLE color: 524400.

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

Color convert

RGB11208-
CMYK010.930.56
HSL355.71º100%21.96%-
HSV(B)355.71º100%43.92%-
XYZ6.733.460.54-
YUV34.4113.11183.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 93.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=93.33%
G=0%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11208010.930.56355.7110021.96
Hex70080645D381646416
Octal16001001441357054414426
Binary111000001000011001001011101111000101100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700008; }

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

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

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

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

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

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

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

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