Html Css Color HEX #840800 Maroon

📋 copy color: '#840800'

red 132 ◦ green 8 ◦ blue 0

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

Shades of Maroon #840800

Tints of Maroon #840800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 94.29%
G = 5.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#840800 (or 0x840800) is known color: Maroon. HEX triplet: 84, 08 and 00. RGB value is (132,8,0). Sum of RGB (Red+Green+Blue) = 132+8+0=140 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 132 - color contains mainly: red. Hex color #840800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840800 is #7BF7FF. Grayscale: #2C2C2C. Windows color (decimal): -8124416 or 2180. OLE color: 2180.

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

Color convert

RGB 132 8 0 -
CMYK 0 0.94 1 0.48
HSL 3.64º 1% 0.26% -
HSV(B) 3.64º 1% 0.52% -
XYZ 9.6 5.08 0.47 -
YUV 44.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 132 8 0 0 0.94 1 0.48 3.64 1 0.26
Hex 84 8 0 0 5E 64 30 4 64 1A
Octal 204 10 0 0 136 144 60 4 144 32
Binary 10000100 1000 0 0 1011110 1100100 110000 100 1100100 11010

Color Harmonies of #840800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840800

Black with #840800

Text Example


Text Example

White with #840800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840800; }

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

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

background-color css

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

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

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

border-color css

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

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

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