#700B28

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

Shades of Burgundy #700B28

Tints of Burgundy #700B28

Color information

#700B28 (or 0x700B28) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 28. RGB value is (112,11,40). Sum of RGB (Red+Green+Blue) = 112+11+40=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #700B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B28 is #8FF4D7. Grayscale: #2C2C2C. Windows color (decimal): -9434328 or 2624368. OLE color: 2624368.

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

Color convert

RGB1121140-
CMYK00.900.640.56
HSL342.77º82.11%24.12%-
HSV(B)342.77º90.18%43.92%-
XYZ7.183.842.37-
YUV44.5125.46176.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=68.71%
G=6.75%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112114000.900.640.56342.7782.1124.12
Hex70B2805A40381575218
Octal160135001321007052712230
Binary11100001011101000010110101000000111000101010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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