#700125

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

Shades of Burgundy #700125

Tints of Burgundy #700125

Color information

#700125 (or 0x700125) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 25. RGB value is (112,1,37). Sum of RGB (Red+Green+Blue) = 112+1+37=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700125 is #8FFEDA. Grayscale: #262626. Windows color (decimal): -9436891 or 2425200. OLE color: 2425200.

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

Color convert

RGB112137-
CMYK00.990.670.56
HSL340.54º98.23%22.16%-
HSV(B)340.54º99.11%43.92%-
XYZ7.033.62.07-
YUV38.29127.27180.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=74.67%
G=0.67%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11213700.990.670.56340.5498.2322.16
Hex7012506343381556216
Octal16014501431037052514226
Binary11100001100101011000111000011111000101010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700125; }

 p { color: rgb(112,1,37); }

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

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

 a { background-color: rgb(112,1,37); }

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

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

 span { border-color: rgb(112,1,37); }

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