#710625

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

Shades of Burgundy #710625

Tints of Burgundy #710625

Color information

#710625 (or 0x710625) is unknown color: approx Burgundy. HEX triplet: 71, 06 and 25. RGB value is (113,6,37). Sum of RGB (Red+Green+Blue) = 113+6+37=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710625 is #8EF9DA. Grayscale: #292929. Windows color (decimal): -9370075 or 2426481. OLE color: 2426481.

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

Color convert

RGB113637-
CMYK00.950.670.56
HSL342.62º89.92%23.33%-
HSV(B)342.62º94.69%44.31%-
XYZ7.213.772.1-
YUV41.53125.45178.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=72.44%
G=3.85%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11363700.950.670.56342.6289.9223.33
Hex7162505F43381575a17
Octal16164501371037052713227
Binary1110001110100101010111111000011111000101010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710625; }

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

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

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

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

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

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

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

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