Html Css Color HEX #841202 Maroon

📋 copy color: '#841202'

red 132 ◦ green 18 ◦ blue 2

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

Shades of Maroon #841202

Tints of Maroon #841202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 86.84%
G = 11.84%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#841202 (or 0x841202) is known color: Maroon. HEX triplet: 84, 12 and 02. RGB value is (132,18,2). Sum of RGB (Red+Green+Blue) = 132+18+2=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #841202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841202 is #7BEDFD. Grayscale: #323232. Windows color (decimal): -8121854 or 135812. OLE color: 135812.

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

Color convert

RGB 132 18 2 -
CMYK 0 0.86 0.98 0.48
HSL 7.38º 0.97% 0.26% -
HSV(B) 7.38º 0.98% 0.52% -
XYZ 9.74 5.34 0.58 -
YUV 50.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 132 18 2 0 0.86 0.98 0.48 7.38 0.97 0.26
Hex 84 12 2 0 56 62 30 7 61 1A
Octal 204 22 2 0 126 142 60 7 141 32
Binary 10000100 10010 10 0 1010110 1100010 110000 111 1100001 11010

Color Harmonies of #841202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841202

Black with #841202

Text Example


Text Example

White with #841202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841202; }

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

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

background-color css

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

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

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

border-color css

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

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

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