#710622

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

Shades of Burgundy #710622

Tints of Burgundy #710622

Color information

#710622 (or 0x710622) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 22. RGB value is (113,6,34). Sum of RGB (Red+Green+Blue) = 113+6+34=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710622 is #8EF9DD. Grayscale: #292929. Windows color (decimal): -9370078 or 2229873. OLE color: 2229873.

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

Color convert

RGB113634-
CMYK00.950.700.56
HSL344.3º89.92%23.33%-
HSV(B)344.3º94.69%44.31%-
XYZ7.163.761.86-
YUV41.18123.95179.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.86%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=73.86%
G=3.92%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11363400.950.700.56344.389.9223.33
Hex7162205F46381585a17
Octal16164201371067053013227
Binary1110001110100010010111111000110111000101011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710622; }

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

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

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

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

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

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

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

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