#700C24

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

Shades of Burgundy #700C24

Tints of Burgundy #700C24

Color information

#700C24 (or 0x700C24) is unknown color: approx Burgundy. HEX triplet: 70, 0C and 24. RGB value is (112,12,36). Sum of RGB (Red+Green+Blue) = 112+12+36=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #700C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C24 is #8FF3DB. Grayscale: #2C2C2C. Windows color (decimal): -9434076 or 2362480. OLE color: 2362480.

HSL color Cylindrical-coordinate representation of color #700C24: hue angle of 345.6º 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 #700C24 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1121236-
CMYK00.890.680.56
HSL345.6º80.65%24.31%-
HSV(B)345.6º89.29%43.92%-
XYZ7.133.842.03-
YUV44.64123.13176.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 12 (5.08% from 255) = 7.5%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=70%
G=7.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112123600.890.680.56345.680.6524.31
Hex70C24059443815a5118
Octal160144401311047053212130
Binary11100001100100100010110011000100111000101011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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