Html Css Color HEX #821105 Maroon

📋 copy color: '#821105'

red 130 ◦ green 17 ◦ blue 5

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

Shades of Maroon #821105

Tints of Maroon #821105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 85.53%
G = 11.18%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#821105 (or 0x821105) is known color: Maroon. HEX triplet: 82, 11 and 05. RGB value is (130,17,5). Sum of RGB (Red+Green+Blue) = 130+17+5=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #821105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821105 is #7DEEFA. Grayscale: #313131. Windows color (decimal): -8253179 or 332162. OLE color: 332162.

HSL color Cylindrical-coordinate representation of color #821105: hue angle of 5.76º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #821105 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 5 -
CMYK 0 0.87 0.96 0.49
HSL 5.76º 0.93% 0.26% -
HSV(B) 5.76º 0.96% 0.51% -
XYZ 9.43 5.16 0.64 -
YUV 49.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 130 17 5 0 0.87 0.96 0.49 5.76 0.93 0.26
Hex 82 11 5 0 57 60 31 6 5D 1A
Octal 202 21 5 0 127 140 61 6 135 32
Binary 10000010 10001 101 0 1010111 1100000 110001 110 1011101 11010

Color Harmonies of #821105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821105

Black with #821105

Text Example


Text Example

White with #821105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821105; }

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

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

background-color css

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

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

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

border-color css

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

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

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