Html Css Color HEX #820800 Maroon

📋 copy color: '#820800'

red 130 ◦ green 8 ◦ blue 0

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

Shades of Maroon #820800

Tints of Maroon #820800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

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

R = 94.2%
G = 5.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#820800 (or 0x820800) is known color: Maroon. HEX triplet: 82, 08 and 00. RGB value is (130,8,0). Sum of RGB (Red+Green+Blue) = 130+8+0=138 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.20% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 130 - color contains mainly: red. Hex color #820800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820800 is #7DF7FF. Grayscale: #2B2B2B. Windows color (decimal): -8255488 or 2178. OLE color: 2178.

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

Color convert

RGB 130 8 0 -
CMYK 0 0.94 1 0.49
HSL 3.69º 1% 0.25% -
HSV(B) 3.69º 1% 0.51% -
XYZ 9.29 4.92 0.46 -
YUV 43.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 130 8 0 0 0.94 1 0.49 3.69 1 0.25
Hex 82 8 0 0 5E 64 31 4 64 19
Octal 202 10 0 0 136 144 61 4 144 31
Binary 10000010 1000 0 0 1011110 1100100 110001 100 1100100 11001

Color Harmonies of #820800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820800

Black with #820800

Text Example


Text Example

White with #820800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820800; }

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

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

background-color css

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

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

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

border-color css

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

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

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