#841000

Color #841000 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #841000

Tints of Maroon #841000

Color information

#841000 (or 0x841000) is unknown color: approx 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

RGB132160-
CMYK00.8810.48
HSL7.27º100%25.88%-
HSV(B)7.27º100%51.76%-
XYZ9.75.280.51-
YUV48.86100.43187.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13216000.8810.487.2710025.88
Hex8410005864307641a
Octal204200013014460714432
Binary10000100100000010110001100100110000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>