#700917

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

Shades of Burgundy #700917

Tints of Burgundy #700917

Color information

#700917 (or 0x700917) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 17. RGB value is (112,9,23). Sum of RGB (Red+Green+Blue) = 112+9+23=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #700917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700917 is #8FF6E8. Grayscale: #292929. Windows color (decimal): -9434857 or 1509744. OLE color: 1509744.

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

Color convert

RGB112923-
CMYK00.920.790.56
HSL351.84º85.12%23.73%-
HSV(B)351.84º91.96%43.92%-
XYZ6.933.71.16-
YUV41.39117.62178.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.78%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 23 (9.38% from 255) = 15.97%
R=77.78%
G=6.25%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11292300.920.790.56351.8485.1223.73
Hex7091705C4F381605518
Octal160112701341177054012530
Binary1110000100110111010111001001111111000101100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700917; }

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

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

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

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

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

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

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

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