Html Css Color HEX #820603 Maroon

📋 copy color: '#820603'

red 130 ◦ green 6 ◦ blue 3

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

Shades of Maroon #820603

Tints of Maroon #820603

RGB

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

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

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

R = 93.53%
G = 4.32%
B = 2.16%

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

#820603 (or 0x820603) is known color: Maroon. HEX triplet: 82, 06 and 03. RGB value is (130,6,3). Sum of RGB (Red+Green+Blue) = 130+6+3=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820603 is #7DF9FC. Grayscale: #2A2A2A. Windows color (decimal): -8255997 or 198274. OLE color: 198274.

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

Color convert

RGB 130 6 3 -
CMYK 0 0.95 0.98 0.49
HSL 1.42º 0.95% 0.26% -
HSV(B) 1.42º 0.98% 0.51% -
XYZ 9.29 4.88 0.54 -
YUV 42.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 130 6 3 0 0.95 0.98 0.49 1.42 0.95 0.26
Hex 82 6 3 0 5F 62 31 1 5F 1A
Octal 202 6 3 0 137 142 61 1 137 32
Binary 10000010 110 11 0 1011111 1100010 110001 1 1011111 11010

Color Harmonies of #820603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820603

Black with #820603

Text Example


Text Example

White with #820603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820603; }

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

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

background-color css

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

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

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

border-color css

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

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

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