#700B2A

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

Shades of Burgundy #700B2A

Tints of Burgundy #700B2A

Color information

#700B2A (or 0x700B2A) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 2A. RGB value is (112,11,42). Sum of RGB (Red+Green+Blue) = 112+11+42=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B2A is #8FF4D5. Grayscale: #2C2C2C. Windows color (decimal): -9434326 or 2755440. OLE color: 2755440.

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

Color convert

RGB1121142-
CMYK00.900.620.56
HSL341.58º82.11%24.12%-
HSV(B)341.58º90.18%43.92%-
XYZ7.223.852.55-
YUV44.73126.46175.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=67.88%
G=6.67%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112114200.900.620.56341.5882.1124.12
Hex70B2A05A3E381565218
Octal16013520132767052612230
Binary1110000101110101001011010111110111000101010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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