#820908

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

Shades of Maroon #820908

Tints of Maroon #820908

Color information

#820908 (or 0x820908) is unknown color: approx Maroon. HEX triplet: 82, 09 and 08. RGB value is (130,9,8). Sum of RGB (Red+Green+Blue) = 130+9+8=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #820908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820908 is #7DF6F7. Grayscale: #2D2D2D. Windows color (decimal): -8255224 or 526722. OLE color: 526722.

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

Color convert

RGB13098-
CMYK00.930.940.49
HSL0.49º88.41%27.06%-
HSV(B)0.49º93.85%50.98%-
XYZ9.354.960.69-
YUV45.06107.09188.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 88.44%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=88.44%
G=6.12%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309800.930.940.490.4988.4127.06
Hex829805D5E310581b
Octal2021110013513661013033
Binary10000010100110000101110110111101100010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820908; }

 p { color: rgb(130,9,8); }

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

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

 a { background-color: rgb(130,9,8); }

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

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

 span { border-color: rgb(130,9,8); }

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