#710229

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

Shades of Burgundy #710229

Tints of Burgundy #710229

Color information

#710229 (or 0x710229) is unknown color: approx Burgundy. HEX triplet: 71, 02 and 29. RGB value is (113,2,41). Sum of RGB (Red+Green+Blue) = 113+2+41=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710229 is #8EFDD6. Grayscale: #272727. Windows color (decimal): -9371095 or 2687601. OLE color: 2687601.

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

Color convert

RGB113241-
CMYK00.980.640.56
HSL338.92º96.52%22.55%-
HSV(B)338.92º98.23%44.31%-
XYZ7.233.712.43-
YUV39.64128.77180.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=72.44%
G=1.28%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11324100.980.640.56338.9296.5222.55
Hex7122906240381536117
Octal16125101421007052314127
Binary111000110101001011000101000000111000101010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710229; }

 p { color: rgb(113,2,41); }

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

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

 a { background-color: rgb(113,2,41); }

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

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

 span { border-color: rgb(113,2,41); }

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