#700026

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

Shades of Burgundy #700026

Tints of Burgundy #700026

Color information

#700026 (or 0x700026) is unknown color: approx Burgundy. HEX triplet: 70, 00 and 26. RGB value is (112,0,38). Sum of RGB (Red+Green+Blue) = 112+0+38=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700026 is #8FFFD9. Grayscale: #252525. Windows color (decimal): -9437146 or 2490480. OLE color: 2490480.

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

Color convert

RGB112038-
CMYK010.660.56
HSL339.64º100%21.96%-
HSV(B)339.64º100%43.92%-
XYZ7.033.582.16-
YUV37.82128.11180.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=74.67%
G=0%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112038010.660.56339.6410021.96
Hex7002606442381546416
Octal16004601441027052414426
Binary11100000100110011001001000010111000101010100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700026; }

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

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

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

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

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

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

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

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