#710022

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

Shades of Burgundy #710022

Tints of Burgundy #710022

Color information

#710022 (or 0x710022) is unknown color: approx Burgundy. HEX triplet: 71, 00 and 22. RGB value is (113,0,34). Sum of RGB (Red+Green+Blue) = 113+0+34=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710022 is #8EFFDD. Grayscale: #252525. Windows color (decimal): -9371614 or 2228337. OLE color: 2228337.

HSL color Cylindrical-coordinate representation of color #710022: hue angle of 341.95º 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 #710022 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB113034-
CMYK010.700.56
HSL341.95º100%22.16%-
HSV(B)341.95º100%44.31%-
XYZ7.13.631.84-
YUV37.66125.94181.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=76.87%
G=0%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113034010.700.56341.9510022.16
Hex7102206446381566416
Octal16104201441067052614426
Binary11100010100010011001001000110111000101010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710022; }

 p { color: rgb(113,0,34); }

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

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

 a { background-color: rgb(113,0,34); }

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

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

 span { border-color: rgb(113,0,34); }

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