#821601

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

Shades of Maroon #821601

Tints of Maroon #821601

Color information

#821601 (or 0x821601) is unknown color: approx Maroon. HEX triplet: 82, 16 and 01. RGB value is (130,22,1). Sum of RGB (Red+Green+Blue) = 130+22+1=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #821601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821601 is #7DE9FE. Grayscale: #343434. Windows color (decimal): -8251903 or 71298. OLE color: 71298.

HSL color Cylindrical-coordinate representation of color #821601: hue angle of 9.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #821601 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB130221-
CMYK00.830.990.49
HSL9.77º98.47%25.69%-
HSV(B)9.77º99.23%50.98%-
XYZ9.55.320.56-
YUV51.999.28183.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.97%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=84.97%
G=14.38%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13022100.830.990.499.7798.4725.69
Hex821610536331a621a
Octal2022610123143611214232
Binary100000101011010101001111000111100011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821601; }

 p { color: rgb(130,22,1); }

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

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

 a { background-color: rgb(130,22,1); }

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

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

 span { border-color: rgb(130,22,1); }

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