Html Css Color HEX #840C07 Maroon

📋 copy color: '#840C07'

red 132 ◦ green 12 ◦ blue 7

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

Shades of Maroon #840C07

Tints of Maroon #840C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.95%

 BLUE value IS 7 (3.13% from 255) = 4.64%

R = 87.42%
G = 7.95%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#840C07 (or 0x840C07) is known color: Maroon. HEX triplet: 84, 0C and 07. RGB value is (132,12,7). Sum of RGB (Red+Green+Blue) = 132+12+7=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #840C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C07 is #7BF3F8. Grayscale: #2F2F2F. Windows color (decimal): -8123385 or 461956. OLE color: 461956.

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

Color convert

RGB 132 12 7 -
CMYK 0 0.91 0.95 0.48
HSL 2.4º 0.9% 0.27% -
HSV(B) 2.4º 0.95% 0.52% -
XYZ 9.69 5.18 0.69 -
YUV 47.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 132 12 7 0 0.91 0.95 0.48 2.4 0.9 0.27
Hex 84 C 7 0 5B 5F 30 2 5A 1B
Octal 204 14 7 0 133 137 60 2 132 33
Binary 10000100 1100 111 0 1011011 1011111 110000 10 1011010 11011

Color Harmonies of #840C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C07

Black with #840C07

Text Example


Text Example

White with #840C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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