Html Css Color HEX #840901 Maroon

📋 copy color: '#840901'

red 132 ◦ green 9 ◦ blue 1

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

Shades of Maroon #840901

Tints of Maroon #840901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

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

R = 92.96%
G = 6.34%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#840901 (or 0x840901) is known color: Maroon. HEX triplet: 84, 09 and 01. RGB value is (132,9,1). Sum of RGB (Red+Green+Blue) = 132+9+1=142 (18% of max value = 765). Red value is 132 (51.95% from 255 or 92.96% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 132 - color contains mainly: red. Hex color #840901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840901 is #7BF6FE. Grayscale: #2D2D2D. Windows color (decimal): -8124159 or 67972. OLE color: 67972.

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

Color convert

RGB 132 9 1 -
CMYK 0 0.93 0.99 0.48
HSL 3.66º 0.98% 0.26% -
HSV(B) 3.66º 0.99% 0.52% -
XYZ 9.62 5.1 0.51 -
YUV 44.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 132 9 1 0 0.93 0.99 0.48 3.66 0.98 0.26
Hex 84 9 1 0 5D 63 30 4 62 1A
Octal 204 11 1 0 135 143 60 4 142 32
Binary 10000100 1001 1 0 1011101 1100011 110000 100 1100010 11010

Color Harmonies of #840901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840901

Black with #840901

Text Example


Text Example

White with #840901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840901; }

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

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

background-color css

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

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

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

border-color css

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

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

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