#700918

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

Shades of Burgundy #700918

Tints of Burgundy #700918

Color information

#700918 (or 0x700918) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 18. RGB value is (112,9,24). Sum of RGB (Red+Green+Blue) = 112+9+24=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #700918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700918 is #8FF6E7. Grayscale: #292929. Windows color (decimal): -9434856 or 1575280. OLE color: 1575280.

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

Color convert

RGB112924-
CMYK00.920.790.56
HSL351.26º85.12%23.73%-
HSV(B)351.26º91.96%43.92%-
XYZ6.943.711.21-
YUV41.51118.12178.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.24%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=77.24%
G=6.21%
B=16.55%

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
Decimal11292400.920.790.56351.2685.1223.73
Hex7091805C4F3815f5518
Octal160113001341177053712530
Binary1110000100111000010111001001111111000101011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700918; }

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

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

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

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

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

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

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

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