Html Css Color HEX #820B01 Maroon

📋 copy color: '#820B01'

red 130 ◦ green 11 ◦ blue 1

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

Shades of Maroon #820B01

Tints of Maroon #820B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 91.55%
G = 7.75%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#820B01 (or 0x820B01) is known color: Maroon. HEX triplet: 82, 0B and 01. RGB value is (130,11,1). Sum of RGB (Red+Green+Blue) = 130+11+1=142 (18% of max value = 765). Red value is 130 (51.17% from 255 or 91.55% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 130 - color contains mainly: red. Hex color #820B01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B01 is #7DF4FE. Grayscale: #2D2D2D. Windows color (decimal): -8254719 or 68482. OLE color: 68482.

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

Color convert

RGB 130 11 1 -
CMYK 0 0.92 0.99 0.49
HSL 4.65º 0.98% 0.26% -
HSV(B) 4.65º 0.99% 0.51% -
XYZ 9.33 4.99 0.5 -
YUV 45.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 130 11 1 0 0.92 0.99 0.49 4.65 0.98 0.26
Hex 82 B 1 0 5C 63 31 5 62 1A
Octal 202 13 1 0 134 143 61 5 142 32
Binary 10000010 1011 1 0 1011100 1100011 110001 101 1100010 11010

Color Harmonies of #820B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B01

Black with #820B01

Text Example


Text Example

White with #820B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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