Html Css Color HEX #840200 Maroon

📋 copy color: '#840200'

red 132 ◦ green 2 ◦ blue 0

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

Shades of Maroon #840200

Tints of Maroon #840200

RGB

 RED value IS 132 (51.95% from 255) = 98.51%

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 98.51%
G = 1.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#840200 (or 0x840200) is known color: Maroon. HEX triplet: 84, 02 and 00. RGB value is (132,2,0). Sum of RGB (Red+Green+Blue) = 132+2+0=134 (17% of max value = 765). Red value is 132 (51.95% from 255 or 98.51% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 132 - color contains mainly: red. Hex color #840200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840200 is #7BFDFF. Grayscale: #282828. Windows color (decimal): -8125952 or 644. OLE color: 644.

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

Color convert

RGB 132 2 0 -
CMYK 0 0.98 1 0.48
HSL 0.91º 1% 0.26% -
HSV(B) 0.91º 1% 0.52% -
XYZ 9.54 4.95 0.45 -
YUV 40.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 132 2 0 0 0.98 1 0.48 0.91 1 0.26
Hex 84 2 0 0 62 64 30 1 64 1A
Octal 204 2 0 0 142 144 60 1 144 32
Binary 10000100 10 0 0 1100010 1100100 110000 1 1100100 11010

Color Harmonies of #840200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840200

Black with #840200

Text Example


Text Example

White with #840200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840200; }

 p { color: rgb(132,2,0); }

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

background-color css

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

 a { background-color: rgb(132,2,0); }

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

border-color css

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

 span { border-color: rgb(132,2,0); }

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