Html Css Color HEX #821300 Maroon

📋 copy color: '#821300'

red 130 ◦ green 19 ◦ blue 0

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

Shades of Maroon #821300

Tints of Maroon #821300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 87.25%
G = 12.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#821300 (or 0x821300) is known color: Maroon. HEX triplet: 82, 13 and 00. RGB value is (130,19,0). Sum of RGB (Red+Green+Blue) = 130+19+0=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #821300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821300 is #7DECFF. Grayscale: #323232. Windows color (decimal): -8252672 or 4994. OLE color: 4994.

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

Color convert

RGB 130 19 0 -
CMYK 0 0.85 1 0.49
HSL 8.77º 1% 0.25% -
HSV(B) 8.77º 1% 0.51% -
XYZ 9.44 5.21 0.51 -
YUV 50.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 130 19 0 0 0.85 1 0.49 8.77 1 0.25
Hex 82 13 0 0 55 64 31 9 64 19
Octal 202 23 0 0 125 144 61 11 144 31
Binary 10000010 10011 0 0 1010101 1100100 110001 1001 1100100 11001

Color Harmonies of #821300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821300

Black with #821300

Text Example


Text Example

White with #821300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821300; }

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

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

background-color css

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

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

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

border-color css

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

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

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