Html Css Color HEX #820803 Maroon

📋 copy color: '#820803'

red 130 ◦ green 8 ◦ blue 3

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

Shades of Maroon #820803

Tints of Maroon #820803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 3 (1.56% from 255) = 2.13%

R = 92.2%
G = 5.67%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#820803 (or 0x820803) is known color: Maroon. HEX triplet: 82, 08 and 03. RGB value is (130,8,3). Sum of RGB (Red+Green+Blue) = 130+8+3=141 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.20% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 130 - color contains mainly: red. Hex color #820803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820803 is #7DF7FC. Grayscale: #2C2C2C. Windows color (decimal): -8255485 or 198786. OLE color: 198786.

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

Color convert

RGB 130 8 3 -
CMYK 0 0.94 0.98 0.49
HSL 2.36º 0.95% 0.26% -
HSV(B) 2.36º 0.98% 0.51% -
XYZ 9.31 4.93 0.55 -
YUV 43.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 130 8 3 0 0.94 0.98 0.49 2.36 0.95 0.26
Hex 82 8 3 0 5E 62 31 2 5F 1A
Octal 202 10 3 0 136 142 61 2 137 32
Binary 10000010 1000 11 0 1011110 1100010 110001 10 1011111 11010

Color Harmonies of #820803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820803

Black with #820803

Text Example


Text Example

White with #820803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820803; }

 p { color: rgb(130,8,3); }

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

background-color css

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

 a { background-color: rgb(130,8,3); }

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

border-color css

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

 span { border-color: rgb(130,8,3); }

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