Html Css Color HEX #840705 Maroon

📋 copy color: '#840705'

red 132 ◦ green 7 ◦ blue 5

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

Shades of Maroon #840705

Tints of Maroon #840705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.47%

R = 91.67%
G = 4.86%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#840705 (or 0x840705) is known color: Maroon. HEX triplet: 84, 07 and 05. RGB value is (132,7,5). Sum of RGB (Red+Green+Blue) = 132+7+5=144 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.67% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 132 - color contains mainly: red. Hex color #840705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840705 is #7BF8FA. Grayscale: #2C2C2C. Windows color (decimal): -8124667 or 329604. OLE color: 329604.

HSL color Cylindrical-coordinate representation of color #840705: hue angle of 0.94º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840705 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 5 -
CMYK 0 0.95 0.96 0.48
HSL 0.94º 0.93% 0.27% -
HSV(B) 0.94º 0.96% 0.52% -
XYZ 9.62 5.07 0.61 -
YUV 44.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 132 7 5 0 0.95 0.96 0.48 0.94 0.93 0.27
Hex 84 7 5 0 5F 60 30 1 5D 1B
Octal 204 7 5 0 137 140 60 1 135 33
Binary 10000100 111 101 0 1011111 1100000 110000 1 1011101 11011

Color Harmonies of #840705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840705

Black with #840705

Text Example


Text Example

White with #840705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840705; }

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

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

background-color css

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

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

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

border-color css

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

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

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