Html Css Color HEX #821001 Maroon

📋 copy color: '#821001'

red 130 ◦ green 16 ◦ blue 1

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

Shades of Maroon #821001

Tints of Maroon #821001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 88.44%
G = 10.88%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#821001 (or 0x821001) is known color: Maroon. HEX triplet: 82, 10 and 01. RGB value is (130,16,1). Sum of RGB (Red+Green+Blue) = 130+16+1=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #821001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821001 is #7DEFFE. Grayscale: #303030. Windows color (decimal): -8253439 or 69762. OLE color: 69762.

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

Color convert

RGB 130 16 1 -
CMYK 0 0.88 0.99 0.49
HSL 6.98º 0.98% 0.26% -
HSV(B) 6.98º 0.99% 0.51% -
XYZ 9.4 5.12 0.52 -
YUV 48.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 130 16 1 0 0.88 0.99 0.49 6.98 0.98 0.26
Hex 82 10 1 0 58 63 31 7 62 1A
Octal 202 20 1 0 130 143 61 7 142 32
Binary 10000010 10000 1 0 1011000 1100011 110001 111 1100010 11010

Color Harmonies of #821001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821001

Black with #821001

Text Example


Text Example

White with #821001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821001; }

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

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

background-color css

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

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

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

border-color css

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

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

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