#700C25

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

Shades of Burgundy #700C25

Tints of Burgundy #700C25

Color information

#700C25 (or 0x700C25) is unknown color: approx Burgundy. HEX triplet: 70, 0C and 25. RGB value is (112,12,37). Sum of RGB (Red+Green+Blue) = 112+12+37=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #700C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C25 is #8FF3DA. Grayscale: #2C2C2C. Windows color (decimal): -9434075 or 2428016. OLE color: 2428016.

HSL color Cylindrical-coordinate representation of color #700C25: hue angle of 345º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C25 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1121237-
CMYK00.890.670.56
HSL345º80.65%24.31%-
HSV(B)345º89.29%43.92%-
XYZ7.153.842.11-
YUV44.75123.63175.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.57%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=69.57%
G=7.45%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112123700.890.670.5634580.6524.31
Hex70C2505943381595118
Octal160144501311037053112130
Binary11100001100100101010110011000011111000101011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700C25; }

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

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

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

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

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

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

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

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