#70001A

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

Shades of Burgundy #70001A

Tints of Burgundy #70001A

Color information

#70001A (or 0x70001A) is unknown color: approx Burgundy. HEX triplet: 70, 00 and 1A. RGB value is (112,0,26). Sum of RGB (Red+Green+Blue) = 112+0+26=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #70001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70001A is #8FFFE5. Grayscale: #242424. Windows color (decimal): -9437158 or 1704048. OLE color: 1704048.

HSL color Cylindrical-coordinate representation of color #70001A: hue angle of 346.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70001A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB112026-
CMYK010.770.56
HSL346.07º100%21.96%-
HSV(B)346.07º100%43.92%-
XYZ6.873.521.29-
YUV36.45122.11181.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=81.16%
G=0%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112026010.770.56346.0710021.96
Hex7001A0644D3815a6416
Octal16003201441157053214426
Binary1110000011010011001001001101111000101011010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70001A; }

 p { color: rgb(112,0,26); }

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

<style>
 a { background-color: #70001A; }

 a { background-color: rgb(112,0,26); }

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

<style>
 span { border-color: #70001A; }

 span { border-color: rgb(112,0,26); }

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