#700009

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

Shades of Burgundy #700009

Tints of Burgundy #700009

Color information

#700009 (or 0x700009) is unknown color: approx Burgundy. HEX triplet: 70, 00 and 09. RGB value is (112,0,9). Sum of RGB (Red+Green+Blue) = 112+0+9=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700009 is #8FFFF6. Grayscale: #222222. Windows color (decimal): -9437175 or 589936. OLE color: 589936.

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

Color convert

RGB11209-
CMYK010.920.56
HSL355.18º100%21.96%-
HSV(B)355.18º100%43.92%-
XYZ6.733.460.57-
YUV34.51113.61183.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 92.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=92.56%
G=0%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11209010.920.56355.1810021.96
Hex70090645C381636416
Octal16001101441347054314426
Binary111000001001011001001011100111000101100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700009; }

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

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

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

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

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

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

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

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