Html Css Color HEX #821000 Maroon

📋 copy color: '#821000'

red 130 ◦ green 16 ◦ blue 0

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

Shades of Maroon #821000

Tints of Maroon #821000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.04%
G = 10.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#821000 (or 0x821000) is known color: Maroon. HEX triplet: 82, 10 and 00. RGB value is (130,16,0). Sum of RGB (Red+Green+Blue) = 130+16+0=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #821000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821000 is #7DEFFF. Grayscale: #303030. Windows color (decimal): -8253440 or 4226. OLE color: 4226.

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

Color convert

RGB 130 16 0 -
CMYK 0 0.88 1 0.49
HSL 7.38º 1% 0.25% -
HSV(B) 7.38º 1% 0.51% -
XYZ 9.39 5.12 0.49 -
YUV 48.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 130 16 0 0 0.88 1 0.49 7.38 1 0.25
Hex 82 10 0 0 58 64 31 7 64 19
Octal 202 20 0 0 130 144 61 7 144 31
Binary 10000010 10000 0 0 1011000 1100100 110001 111 1100100 11001

Color Harmonies of #821000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821000

Black with #821000

Text Example


Text Example

White with #821000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821000; }

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

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

background-color css

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

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

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

border-color css

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

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

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