#700623

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

Shades of Burgundy #700623

Tints of Burgundy #700623

Color information

#700623 (or 0x700623) is unknown color: approx Burgundy. HEX triplet: 70, 06 and 23. RGB value is (112,6,35). Sum of RGB (Red+Green+Blue) = 112+6+35=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700623 is #8FF9DC. Grayscale: #282828. Windows color (decimal): -9435613 or 2295408. OLE color: 2295408.

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

Color convert

RGB112635-
CMYK00.950.690.56
HSL343.58º89.83%23.14%-
HSV(B)343.58º94.64%43.92%-
XYZ7.053.71.93-
YUV41124.62178.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=73.20%
G=3.92%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11263500.950.690.56343.5889.8323.14
Hex7062305F45381585a17
Octal16064301371057053013227
Binary1110000110100011010111111000101111000101011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700623; }

 p { color: rgb(112,6,35); }

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

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

 a { background-color: rgb(112,6,35); }

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

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

 span { border-color: rgb(112,6,35); }

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