Html Css Color HEX #840201 Maroon

📋 copy color: '#840201'

red 132 ◦ green 2 ◦ blue 1

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

Shades of Maroon #840201

Tints of Maroon #840201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 97.78%
G = 1.48%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#840201 (or 0x840201) is known color: Maroon. HEX triplet: 84, 02 and 01. RGB value is (132,2,1). Sum of RGB (Red+Green+Blue) = 132+2+1=135 (17% of max value = 765). Red value is 132 (51.95% from 255 or 97.78% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 132 - color contains mainly: red. Hex color #840201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840201 is #7BFDFE. Grayscale: #282828. Windows color (decimal): -8125951 or 66180. OLE color: 66180.

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

Color convert

RGB 132 2 1 -
CMYK 0 0.98 0.99 0.48
HSL 0.46º 0.98% 0.26% -
HSV(B) 0.46º 0.99% 0.52% -
XYZ 9.54 4.95 0.48 -
YUV 40.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 132 2 1 0 0.98 0.99 0.48 0.46 0.98 0.26
Hex 84 2 1 0 62 63 30 0 62 1A
Octal 204 2 1 0 142 143 60 0 142 32
Binary 10000100 10 1 0 1100010 1100011 110000 0 1100010 11010

Color Harmonies of #840201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840201

Black with #840201

Text Example


Text Example

White with #840201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840201; }

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

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

background-color css

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

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

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

border-color css

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

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

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