#820725

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

Shades of Burgundy #820725

Tints of Burgundy #820725

Color information

#820725 (or 0x820725) is unknown color: approx Burgundy. HEX triplet: 82, 07 and 25. RGB value is (130,7,37). Sum of RGB (Red+Green+Blue) = 130+7+37=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820725 is #7DF8DA. Grayscale: #2F2F2F. Windows color (decimal): -8255707 or 2426754. OLE color: 2426754.

HSL color Cylindrical-coordinate representation of color #820725: hue angle of 345.37º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820725 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB130737-
CMYK00.950.720.49
HSL345.37º89.78%26.86%-
HSV(B)345.37º94.62%50.98%-
XYZ9.625.032.21-
YUV47.2122.25187.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.71%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=74.71%
G=4.02%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13073700.950.720.49345.3789.7826.86
Hex8272505F48311595a1b
Octal20274501371106153113233
Binary10000010111100101010111111001000110001101011001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820725; }

 p { color: rgb(130,7,37); }

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

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

 a { background-color: rgb(130,7,37); }

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

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

 span { border-color: rgb(130,7,37); }

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