Html Css Color HEX #840E02 Maroon

📋 copy color: '#840E02'

red 132 ◦ green 14 ◦ blue 2

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

Shades of Maroon #840E02

Tints of Maroon #840E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 89.19%
G = 9.46%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840E02 (or 0x840E02) is known color: Maroon. HEX triplet: 84, 0E and 02. RGB value is (132,14,2). Sum of RGB (Red+Green+Blue) = 132+14+2=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #840E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840E02 is #7BF1FD. Grayscale: #303030. Windows color (decimal): -8122878 or 134788. OLE color: 134788.

HSL color Cylindrical-coordinate representation of color #840E02: hue angle of 5.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840E02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 14 2 -
CMYK 0 0.89 0.98 0.48
HSL 5.54º 0.97% 0.26% -
HSV(B) 5.54º 0.98% 0.52% -
XYZ 9.68 5.22 0.56 -
YUV 47.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 132 14 2 0 0.89 0.98 0.48 5.54 0.97 0.26
Hex 84 E 2 0 59 62 30 6 61 1A
Octal 204 16 2 0 131 142 60 6 141 32
Binary 10000100 1110 10 0 1011001 1100010 110000 110 1100001 11010

Color Harmonies of #840E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840E02

Black with #840E02

Text Example


Text Example

White with #840E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,14,2); }

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

background-color css

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

 a { background-color: rgb(132,14,2); }

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

border-color css

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

 span { border-color: rgb(132,14,2); }

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