Html Css Color HEX #820300 Maroon

📋 copy color: '#820300'

red 130 ◦ green 3 ◦ blue 0

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

Shades of Maroon #820300

Tints of Maroon #820300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.74%
G = 2.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#820300 (or 0x820300) is known color: Maroon. HEX triplet: 82, 03 and 00. RGB value is (130,3,0). Sum of RGB (Red+Green+Blue) = 130+3+0=133 (17% of max value = 765). Red value is 130 (51.17% from 255 or 97.74% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 130 - color contains mainly: red. Hex color #820300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820300 is #7DFCFF. Grayscale: #282828. Windows color (decimal): -8256768 or 898. OLE color: 898.

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

Color convert

RGB 130 3 0 -
CMYK 0 0.98 1 0.49
HSL 1.38º 1% 0.25% -
HSV(B) 1.38º 1% 0.51% -
XYZ 9.24 4.81 0.44 -
YUV 40.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 130 3 0 0 0.98 1 0.49 1.38 1 0.25
Hex 82 3 0 0 62 64 31 1 64 19
Octal 202 3 0 0 142 144 61 1 144 31
Binary 10000010 11 0 0 1100010 1100100 110001 1 1100100 11001

Color Harmonies of #820300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820300

Black with #820300

Text Example


Text Example

White with #820300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820300; }

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

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

background-color css

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

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

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

border-color css

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

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

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