Html Css Color HEX #821003 Maroon

📋 copy color: '#821003'

red 130 ◦ green 16 ◦ blue 3

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

Shades of Maroon #821003

Tints of Maroon #821003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 87.25%
G = 10.74%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#821003 (or 0x821003) is known color: Maroon. HEX triplet: 82, 10 and 03. RGB value is (130,16,3). Sum of RGB (Red+Green+Blue) = 130+16+3=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #821003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821003 is #7DEFFC. Grayscale: #303030. Windows color (decimal): -8253437 or 200834. OLE color: 200834.

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

Color convert

RGB 130 16 3 -
CMYK 0 0.88 0.98 0.49
HSL 6.14º 0.95% 0.26% -
HSV(B) 6.14º 0.98% 0.51% -
XYZ 9.41 5.12 0.58 -
YUV 48.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 130 16 3 0 0.88 0.98 0.49 6.14 0.95 0.26
Hex 82 10 3 0 58 62 31 6 5F 1A
Octal 202 20 3 0 130 142 61 6 137 32
Binary 10000010 10000 11 0 1011000 1100010 110001 110 1011111 11010

Color Harmonies of #821003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821003

Black with #821003

Text Example


Text Example

White with #821003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821003; }

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

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

background-color css

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

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

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

border-color css

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

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

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