#710421

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

Shades of Burgundy #710421

Tints of Burgundy #710421

Color information

#710421 (or 0x710421) is unknown color: approx Burgundy. HEX triplet: 71, 04 and 21. RGB value is (113,4,33). Sum of RGB (Red+Green+Blue) = 113+4+33=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710421 is #8EFBDE. Grayscale: #272727. Windows color (decimal): -9370591 or 2163825. OLE color: 2163825.

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

Color convert

RGB113433-
CMYK00.960.710.56
HSL344.04º93.16%22.94%-
HSV(B)344.04º96.46%44.31%-
XYZ7.133.711.78-
YUV39.9124.11180.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 75.33%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 33 (13.28% from 255) = 22%
R=75.33%
G=2.67%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11343300.960.710.56344.0493.1622.94
Hex7142106047381585d17
Octal16144101401077053013527
Binary1110001100100001011000001000111111000101011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710421; }

 p { color: rgb(113,4,33); }

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

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

 a { background-color: rgb(113,4,33); }

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

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

 span { border-color: rgb(113,4,33); }

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