Html Css Color HEX #821501 Maroon

📋 copy color: '#821501'

red 130 ◦ green 21 ◦ blue 1

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

Shades of Maroon #821501

Tints of Maroon #821501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 85.53%
G = 13.82%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#821501 (or 0x821501) is known color: Maroon. HEX triplet: 82, 15 and 01. RGB value is (130,21,1). Sum of RGB (Red+Green+Blue) = 130+21+1=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #821501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821501 is #7DEAFE. Grayscale: #333333. Windows color (decimal): -8252159 or 71042. OLE color: 71042.

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

Color convert

RGB 130 21 1 -
CMYK 0 0.84 0.99 0.49
HSL 9.3º 0.98% 0.26% -
HSV(B) 9.3º 0.99% 0.51% -
XYZ 9.48 5.28 0.55 -
YUV 51.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 130 21 1 0 0.84 0.99 0.49 9.3 0.98 0.26
Hex 82 15 1 0 54 63 31 9 62 1A
Octal 202 25 1 0 124 143 61 11 142 32
Binary 10000010 10101 1 0 1010100 1100011 110001 1001 1100010 11010

Color Harmonies of #821501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821501

Black with #821501

Text Example


Text Example

White with #821501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821501; }

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

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

background-color css

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

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

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

border-color css

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

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

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