Html Css Color HEX #840101 Maroon

📋 copy color: '#840101'

red 132 ◦ green 1 ◦ blue 1

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

Shades of Maroon #840101

Tints of Maroon #840101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 98.51%
G = 0.75%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#840101 (or 0x840101) is known color: Maroon. HEX triplet: 84, 01 and 01. RGB value is (132,1,1). Sum of RGB (Red+Green+Blue) = 132+1+1=134 (17% of max value = 765). Red value is 132 (51.95% from 255 or 98.51% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 132 - color contains mainly: red. Hex color #840101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840101 is #7BFEFE. Grayscale: #282828. Windows color (decimal): -8126207 or 65924. OLE color: 65924.

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

Color convert

RGB 132 1 1 -
CMYK 0 0.99 0.99 0.48
HSL 0.98% 0.26% -
HSV(B) 0.99% 0.52% -
XYZ 9.53 4.93 0.48 -
YUV 40.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 132 1 1 0 0.99 0.99 0.48 0 0.98 0.26
Hex 84 1 1 0 63 63 30 0 62 1A
Octal 204 1 1 0 143 143 60 0 142 32
Binary 10000100 1 1 0 1100011 1100011 110000 0 1100010 11010

Color Harmonies of #840101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840101

Black with #840101

Text Example


Text Example

White with #840101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840101; }

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

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

background-color css

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

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

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

border-color css

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

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

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