#700325

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

Shades of Burgundy #700325

Tints of Burgundy #700325

Color information

#700325 (or 0x700325) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 25. RGB value is (112,3,37). Sum of RGB (Red+Green+Blue) = 112+3+37=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700325 is #8FFCDA. Grayscale: #272727. Windows color (decimal): -9436379 or 2425712. OLE color: 2425712.

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

Color convert

RGB112337-
CMYK00.970.670.56
HSL341.28º94.78%22.55%-
HSV(B)341.28º97.32%43.92%-
XYZ7.053.642.08-
YUV39.47126.61179.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.68%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=73.68%
G=1.97%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11233700.970.670.56341.2894.7822.55
Hex7032506143381555f17
Octal16034501411037052513727
Binary111000011100101011000011000011111000101010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700325; }

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

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

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

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

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

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

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

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