Html Css Color HEX #840502 Maroon

📋 copy color: '#840502'

red 132 ◦ green 5 ◦ blue 2

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

Shades of Maroon #840502

Tints of Maroon #840502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

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

R = 94.96%
G = 3.6%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840502 (or 0x840502) is known color: Maroon. HEX triplet: 84, 05 and 02. RGB value is (132,5,2). Sum of RGB (Red+Green+Blue) = 132+5+2=139 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.96% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 132 - color contains mainly: red. Hex color #840502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840502 is #7BFAFD. Grayscale: #2A2A2A. Windows color (decimal): -8125182 or 132484. OLE color: 132484.

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

Color convert

RGB 132 5 2 -
CMYK 0 0.96 0.98 0.48
HSL 1.38º 0.97% 0.26% -
HSV(B) 1.38º 0.98% 0.52% -
XYZ 9.58 5.02 0.52 -
YUV 42.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 132 5 2 0 0.96 0.98 0.48 1.38 0.97 0.26
Hex 84 5 2 0 60 62 30 1 61 1A
Octal 204 5 2 0 140 142 60 1 141 32
Binary 10000100 101 10 0 1100000 1100010 110000 1 1100001 11010

Color Harmonies of #840502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840502

Black with #840502

Text Example


Text Example

White with #840502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840502; }

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

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

background-color css

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

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

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

border-color css

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

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

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