#700B27

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

Shades of Burgundy #700B27

Tints of Burgundy #700B27

Color information

#700B27 (or 0x700B27) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 27. RGB value is (112,11,39). Sum of RGB (Red+Green+Blue) = 112+11+39=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #700B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B27 is #8FF4D8. Grayscale: #2C2C2C. Windows color (decimal): -9434329 or 2558832. OLE color: 2558832.

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

Color convert

RGB1121139-
CMYK00.900.650.56
HSL343.37º82.11%24.12%-
HSV(B)343.37º90.18%43.92%-
XYZ7.173.832.28-
YUV44.39124.96176.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=69.14%
G=6.79%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113900.900.650.56343.3782.1124.12
Hex70B2705A41381575218
Octal160134701321017052712230
Binary11100001011100111010110101000001111000101010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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