#700B1C

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

Shades of Burgundy #700B1C

Tints of Burgundy #700B1C

Color information

#700B1C (or 0x700B1C) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 1C. RGB value is (112,11,28). Sum of RGB (Red+Green+Blue) = 112+11+28=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B1C is #8FF4E3. Grayscale: #2B2B2B. Windows color (decimal): -9434340 or 1837936. OLE color: 1837936.

HSL color Cylindrical-coordinate representation of color #700B1C: hue angle of 349.9º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B1C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1121128-
CMYK00.900.750.56
HSL349.9º82.11%24.12%-
HSV(B)349.9º90.18%43.92%-
XYZ7.013.771.46-
YUV43.14119.46177.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=74.17%
G=7.28%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112112800.900.750.56349.982.1124.12
Hex70B1C05A4B3815e5218
Octal160133401321137053612230
Binary1110000101111100010110101001011111000101011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,11,28); }

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

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

 a { background-color: rgb(112,11,28); }

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

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

 span { border-color: rgb(112,11,28); }

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