Html Css Color HEX #821101 Maroon

📋 copy color: '#821101'

red 130 ◦ green 17 ◦ blue 1

#821101
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #821101

Tints of Maroon #821101

RGB

 RED value IS 130 (51.17% from 255) = 87.84%

 GREEN value IS 17 (7.03% from 255) = 11.49%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 87.84%
G = 11.49%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#821101 (or 0x821101) is known color: Maroon. HEX triplet: 82, 11 and 01. RGB value is (130,17,1). Sum of RGB (Red+Green+Blue) = 130+17+1=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #821101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821101 is #7DEEFE. Grayscale: #313131. Windows color (decimal): -8253183 or 70018. OLE color: 70018.

HSL color Cylindrical-coordinate representation of color #821101: hue angle of 7.44º 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 #821101 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 1 -
CMYK 0 0.87 0.99 0.49
HSL 7.44º 0.98% 0.26% -
HSV(B) 7.44º 0.99% 0.51% -
XYZ 9.41 5.15 0.53 -
YUV 48.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 130 17 1 0 0.87 0.99 0.49 7.44 0.98 0.26
Hex 82 11 1 0 57 63 31 7 62 1A
Octal 202 21 1 0 127 143 61 7 142 32
Binary 10000010 10001 1 0 1010111 1100011 110001 111 1100010 11010

Color Harmonies of #821101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821101

Black with #821101

Text Example


Text Example

White with #821101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821101; }

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

 H1.HeaderClassName
 {
   color: #821101;
 }
 .AnyTagClassName
 {
   color: #821101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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