Html Css Color HEX #820602 Maroon

📋 copy color: '#820602'

red 130 ◦ green 6 ◦ blue 2

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

Shades of Maroon #820602

Tints of Maroon #820602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 94.2%
G = 4.35%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#820602 (or 0x820602) is known color: Maroon. HEX triplet: 82, 06 and 02. RGB value is (130,6,2). Sum of RGB (Red+Green+Blue) = 130+6+2=138 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.20% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 130 - color contains mainly: red. Hex color #820602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820602 is #7DF9FD. Grayscale: #2A2A2A. Windows color (decimal): -8255998 or 132738. OLE color: 132738.

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

Color convert

RGB 130 6 2 -
CMYK 0 0.95 0.98 0.49
HSL 1.88º 0.97% 0.26% -
HSV(B) 1.88º 0.98% 0.51% -
XYZ 9.28 4.88 0.51 -
YUV 42.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 130 6 2 0 0.95 0.98 0.49 1.88 0.97 0.26
Hex 82 6 2 0 5F 62 31 2 61 1A
Octal 202 6 2 0 137 142 61 2 141 32
Binary 10000010 110 10 0 1011111 1100010 110001 10 1100001 11010

Color Harmonies of #820602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820602

Black with #820602

Text Example


Text Example

White with #820602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820602; }

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

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

background-color css

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

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

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

border-color css

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

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

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