#710A28

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

Shades of Burgundy #710A28

Tints of Burgundy #710A28

Color information

#710A28 (or 0x710A28) is unknown color: approx Burgundy. HEX triplet: 71, 0A and 28. RGB value is (113,10,40). Sum of RGB (Red+Green+Blue) = 113+10+40=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #710A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A28 is #8EF5D7. Grayscale: #2C2C2C. Windows color (decimal): -9369048 or 2624113. OLE color: 2624113.

HSL color Cylindrical-coordinate representation of color #710A28: hue angle of 342.52º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A28 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1131040-
CMYK00.910.650.56
HSL342.52º83.74%24.12%-
HSV(B)342.52º91.15%44.31%-
XYZ7.33.882.37-
YUV44.22125.62177.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.33%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=69.33%
G=6.13%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113104000.910.650.56342.5283.7424.12
Hex71A2805B41381575418
Octal161125001331017052712430
Binary11100011010101000010110111000001111000101010111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A28; }

 p { color: rgb(113,10,40); }

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

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

 a { background-color: rgb(113,10,40); }

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

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

 span { border-color: rgb(113,10,40); }

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