Html Css Color HEX #841000 Maroon

📋 copy color: '#841000'

red 132 ◦ green 16 ◦ blue 0

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

Shades of Maroon #841000

Tints of Maroon #841000

RGB

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

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

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

R = 89.19%
G = 10.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841000 (or 0x841000) is known color: Maroon. HEX triplet: 84, 10 and 00. RGB value is (132,16,0). Sum of RGB (Red+Green+Blue) = 132+16+0=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #841000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841000 is #7BEFFF. Grayscale: #313131. Windows color (decimal): -8122368 or 4228. OLE color: 4228.

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

Color convert

RGB 132 16 0 -
CMYK 0 0.88 1 0.48
HSL 7.27º 1% 0.26% -
HSV(B) 7.27º 1% 0.52% -
XYZ 9.7 5.28 0.51 -
YUV 48.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 132 16 0 0 0.88 1 0.48 7.27 1 0.26
Hex 84 10 0 0 58 64 30 7 64 1A
Octal 204 20 0 0 130 144 60 7 144 32
Binary 10000100 10000 0 0 1011000 1100100 110000 111 1100100 11010

Color Harmonies of #841000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841000

Black with #841000

Text Example


Text Example

White with #841000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841000; }

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

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

background-color css

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

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

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

border-color css

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

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

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