Html Css Color HEX #821104 Maroon

📋 copy color: '#821104'

red 130 ◦ green 17 ◦ blue 4

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

Shades of Maroon #821104

Tints of Maroon #821104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

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

R = 86.09%
G = 11.26%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#821104 (or 0x821104) is known color: Maroon. HEX triplet: 82, 11 and 04. RGB value is (130,17,4). Sum of RGB (Red+Green+Blue) = 130+17+4=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #821104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821104 is #7DEEFB. Grayscale: #313131. Windows color (decimal): -8253180 or 266626. OLE color: 266626.

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

Color convert

RGB 130 17 4 -
CMYK 0 0.87 0.97 0.49
HSL 6.19º 0.94% 0.26% -
HSV(B) 6.19º 0.97% 0.51% -
XYZ 9.43 5.16 0.61 -
YUV 49.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 130 17 4 0 0.87 0.97 0.49 6.19 0.94 0.26
Hex 82 11 4 0 57 61 31 6 5E 1A
Octal 202 21 4 0 127 141 61 6 136 32
Binary 10000010 10001 100 0 1010111 1100001 110001 110 1011110 11010

Color Harmonies of #821104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821104

Black with #821104

Text Example


Text Example

White with #821104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821104; }

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

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

background-color css

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

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

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

border-color css

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

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

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