Html Css Color HEX #840F00 Maroon

📋 copy color: '#840F00'

red 132 ◦ green 15 ◦ blue 0

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

Shades of Maroon #840F00

Tints of Maroon #840F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.2%

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

R = 89.8%
G = 10.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#840F00 (or 0x840F00) is known color: Maroon. HEX triplet: 84, 0F and 00. RGB value is (132,15,0). Sum of RGB (Red+Green+Blue) = 132+15+0=147 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.80% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 132 - color contains mainly: red. Hex color #840F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F00 is #7BF0FF. Grayscale: #303030. Windows color (decimal): -8122624 or 3972. OLE color: 3972.

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

Color convert

RGB 132 15 0 -
CMYK 0 0.89 1 0.48
HSL 6.82º 1% 0.26% -
HSV(B) 6.82º 1% 0.52% -
XYZ 9.69 5.25 0.5 -
YUV 48.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 132 15 0 0 0.89 1 0.48 6.82 1 0.26
Hex 84 F 0 0 59 64 30 7 64 1A
Octal 204 17 0 0 131 144 60 7 144 32
Binary 10000100 1111 0 0 1011001 1100100 110000 111 1100100 11010

Color Harmonies of #840F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F00

Black with #840F00

Text Example


Text Example

White with #840F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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