Html Css Color HEX #821502 Maroon

📋 copy color: '#821502'

red 130 ◦ green 21 ◦ blue 2

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

Shades of Maroon #821502

Tints of Maroon #821502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 84.97%
G = 13.73%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#821502 (or 0x821502) is known color: Maroon. HEX triplet: 82, 15 and 02. RGB value is (130,21,2). Sum of RGB (Red+Green+Blue) = 130+21+2=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #821502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821502 is #7DEAFD. Grayscale: #333333. Windows color (decimal): -8252158 or 136578. OLE color: 136578.

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

Color convert

RGB 130 21 2 -
CMYK 0 0.84 0.98 0.49
HSL 8.91º 0.97% 0.26% -
HSV(B) 8.91º 0.98% 0.51% -
XYZ 9.49 5.29 0.58 -
YUV 51.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 130 21 2 0 0.84 0.98 0.49 8.91 0.97 0.26
Hex 82 15 2 0 54 62 31 9 61 1A
Octal 202 25 2 0 124 142 61 11 141 32
Binary 10000010 10101 10 0 1010100 1100010 110001 1001 1100001 11010

Color Harmonies of #821502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821502

Black with #821502

Text Example


Text Example

White with #821502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821502; }

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

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

background-color css

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

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

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

border-color css

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

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

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