#70022A

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

Shades of Burgundy #70022A

Tints of Burgundy #70022A

Color information

#70022A (or 0x70022A) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 2A. RGB value is (112,2,42). Sum of RGB (Red+Green+Blue) = 112+2+42=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70022A is #8FFDD5. Grayscale: #272727. Windows color (decimal): -9436630 or 2753136. OLE color: 2753136.

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

Color convert

RGB112242-
CMYK00.980.620.56
HSL338.18º96.49%22.35%-
HSV(B)338.18º98.21%43.92%-
XYZ7.123.662.52-
YUV39.45129.44179.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.79%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=71.79%
G=1.28%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11224200.980.620.56338.1896.4922.35
Hex7022A0623E381526016
Octal1602520142767052214026
Binary11100001010101001100010111110111000101010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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