Html Css Color HEX #821202 Maroon

📋 copy color: '#821202'

red 130 ◦ green 18 ◦ blue 2

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

Shades of Maroon #821202

Tints of Maroon #821202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 86.67%
G = 12%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#821202 (or 0x821202) is known color: Maroon. HEX triplet: 82, 12 and 02. RGB value is (130,18,2). Sum of RGB (Red+Green+Blue) = 130+18+2=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #821202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821202 is #7DEDFD. Grayscale: #313131. Windows color (decimal): -8252926 or 135810. OLE color: 135810.

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

Color convert

RGB 130 18 2 -
CMYK 0 0.86 0.98 0.49
HSL 7.5º 0.97% 0.26% -
HSV(B) 7.5º 0.98% 0.51% -
XYZ 9.43 5.18 0.56 -
YUV 49.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 130 18 2 0 0.86 0.98 0.49 7.5 0.97 0.26
Hex 82 12 2 0 56 62 31 8 61 1A
Octal 202 22 2 0 126 142 61 10 141 32
Binary 10000010 10010 10 0 1010110 1100010 110001 1000 1100001 11010

Color Harmonies of #821202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821202

Black with #821202

Text Example


Text Example

White with #821202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821202; }

 p { color: rgb(130,18,2); }

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

background-color css

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

 a { background-color: rgb(130,18,2); }

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

border-color css

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

 span { border-color: rgb(130,18,2); }

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