Html Css Color HEX #820A04 Maroon

📋 copy color: '#820A04'

red 130 ◦ green 10 ◦ blue 4

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

Shades of Maroon #820A04

Tints of Maroon #820A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

 BLUE value IS 4 (1.95% from 255) = 2.78%

R = 90.28%
G = 6.94%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#820A04 (or 0x820A04) is known color: Maroon. HEX triplet: 82, 0A and 04. RGB value is (130,10,4). Sum of RGB (Red+Green+Blue) = 130+10+4=144 (19% of max value = 765). Red value is 130 (51.17% from 255 or 90.28% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 130 - color contains mainly: red. Hex color #820A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820A04 is #7DF5FB. Grayscale: #2D2D2D. Windows color (decimal): -8254972 or 264834. OLE color: 264834.

HSL color Cylindrical-coordinate representation of color #820A04: hue angle of 2.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820A04 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 4 -
CMYK 0 0.92 0.97 0.49
HSL 2.86º 0.94% 0.26% -
HSV(B) 2.86º 0.97% 0.51% -
XYZ 9.34 4.97 0.58 -
YUV 45.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 130 10 4 0 0.92 0.97 0.49 2.86 0.94 0.26
Hex 82 A 4 0 5C 61 31 3 5E 1A
Octal 202 12 4 0 134 141 61 3 136 32
Binary 10000010 1010 100 0 1011100 1100001 110001 11 1011110 11010

Color Harmonies of #820A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A04

Black with #820A04

Text Example


Text Example

White with #820A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820A04; }

 p { color: rgb(130,10,4); }

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

background-color css

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

 a { background-color: rgb(130,10,4); }

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

border-color css

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

 span { border-color: rgb(130,10,4); }

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