#70030D

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

Shades of Burgundy #70030D

Tints of Burgundy #70030D

Color information

#70030D (or 0x70030D) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 0D. RGB value is (112,3,13). Sum of RGB (Red+Green+Blue) = 112+3+13=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #70030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70030D is #8FFCF2. Grayscale: #242424. Windows color (decimal): -9436403 or 852848. OLE color: 852848.

HSL color Cylindrical-coordinate representation of color #70030D: hue angle of 354.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70030D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB112313-
CMYK00.970.880.56
HSL354.5º94.78%22.55%-
HSV(B)354.5º97.32%43.92%-
XYZ6.793.540.71-
YUV36.73114.61181.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 87.5%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=87.5%
G=2.34%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11231300.970.880.56354.594.7822.55
Hex703D06158381625f17
Octal16031501411307054213727
Binary1110000111101011000011011000111000101100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70030D; }

 p { color: rgb(112,3,13); }

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

<style>
 a { background-color: #70030D; }

 a { background-color: rgb(112,3,13); }

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

<style>
 span { border-color: #70030D; }

 span { border-color: rgb(112,3,13); }

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