Html Css Color HEX #840700 Maroon

📋 copy color: '#840700'

red 132 ◦ green 7 ◦ blue 0

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

Shades of Maroon #840700

Tints of Maroon #840700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 94.96%
G = 5.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#840700 (or 0x840700) is known color: Maroon. HEX triplet: 84, 07 and 00. RGB value is (132,7,0). Sum of RGB (Red+Green+Blue) = 132+7+0=139 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.96% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 132 - color contains mainly: red. Hex color #840700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840700 is #7BF8FF. Grayscale: #2B2B2B. Windows color (decimal): -8124672 or 1924. OLE color: 1924.

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

Color convert

RGB 132 7 0 -
CMYK 0 0.95 1 0.48
HSL 3.18º 1% 0.26% -
HSV(B) 3.18º 1% 0.52% -
XYZ 9.59 5.06 0.47 -
YUV 43.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 132 7 0 0 0.95 1 0.48 3.18 1 0.26
Hex 84 7 0 0 5F 64 30 3 64 1A
Octal 204 7 0 0 137 144 60 3 144 32
Binary 10000100 111 0 0 1011111 1100100 110000 11 1100100 11010

Color Harmonies of #840700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840700

Black with #840700

Text Example


Text Example

White with #840700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840700; }

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

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

background-color css

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

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

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

border-color css

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

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

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