Html Css Color HEX #820B05 Maroon

📋 copy color: '#820B05'

red 130 ◦ green 11 ◦ blue 5

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

Shades of Maroon #820B05

Tints of Maroon #820B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.53%

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

R = 89.04%
G = 7.53%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#820B05 (or 0x820B05) is known color: Maroon. HEX triplet: 82, 0B and 05. RGB value is (130,11,5). Sum of RGB (Red+Green+Blue) = 130+11+5=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #820B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B05 is #7DF4FA. Grayscale: #2E2E2E. Windows color (decimal): -8254715 or 330626. OLE color: 330626.

HSL color Cylindrical-coordinate representation of color #820B05: hue angle of 2.88º 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 #820B05 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 5 -
CMYK 0 0.92 0.96 0.49
HSL 2.88º 0.93% 0.26% -
HSV(B) 2.88º 0.96% 0.51% -
XYZ 9.35 5 0.61 -
YUV 45.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 130 11 5 0 0.92 0.96 0.49 2.88 0.93 0.26
Hex 82 B 5 0 5C 60 31 3 5D 1A
Octal 202 13 5 0 134 140 61 3 135 32
Binary 10000010 1011 101 0 1011100 1100000 110001 11 1011101 11010

Color Harmonies of #820B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B05

Black with #820B05

Text Example


Text Example

White with #820B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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