Html Css Color HEX #821402 Maroon

📋 copy color: '#821402'

red 130 ◦ green 20 ◦ blue 2

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

Shades of Maroon #821402

Tints of Maroon #821402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 85.53%
G = 13.16%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#821402 (or 0x821402) is known color: Maroon. HEX triplet: 82, 14 and 02. RGB value is (130,20,2). Sum of RGB (Red+Green+Blue) = 130+20+2=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #821402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821402 is #7DEBFD. Grayscale: #333333. Windows color (decimal): -8252414 or 136322. OLE color: 136322.

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

Color convert

RGB 130 20 2 -
CMYK 0 0.85 0.98 0.49
HSL 8.44º 0.97% 0.26% -
HSV(B) 8.44º 0.98% 0.51% -
XYZ 9.47 5.25 0.57 -
YUV 50.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 130 20 2 0 0.85 0.98 0.49 8.44 0.97 0.26
Hex 82 14 2 0 55 62 31 8 61 1A
Octal 202 24 2 0 125 142 61 10 141 32
Binary 10000010 10100 10 0 1010101 1100010 110001 1000 1100001 11010

Color Harmonies of #821402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821402

Black with #821402

Text Example


Text Example

White with #821402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821402; }

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

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

background-color css

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

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

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

border-color css

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

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

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