Html Css Color HEX #840902 Maroon

📋 copy color: '#840902'

red 132 ◦ green 9 ◦ blue 2

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

Shades of Maroon #840902

Tints of Maroon #840902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 92.31%
G = 6.29%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840902 (or 0x840902) is known color: Maroon. HEX triplet: 84, 09 and 02. RGB value is (132,9,2). Sum of RGB (Red+Green+Blue) = 132+9+2=143 (18% of max value = 765). Red value is 132 (51.95% from 255 or 92.31% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 132 - color contains mainly: red. Hex color #840902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840902 is #7BF6FD. Grayscale: #2D2D2D. Windows color (decimal): -8124158 or 133508. OLE color: 133508.

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

Color convert

RGB 132 9 2 -
CMYK 0 0.93 0.98 0.48
HSL 3.23º 0.97% 0.26% -
HSV(B) 3.23º 0.98% 0.52% -
XYZ 9.62 5.11 0.54 -
YUV 44.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 132 9 2 0 0.93 0.98 0.48 3.23 0.97 0.26
Hex 84 9 2 0 5D 62 30 3 61 1A
Octal 204 11 2 0 135 142 60 3 141 32
Binary 10000100 1001 10 0 1011101 1100010 110000 11 1100001 11010

Color Harmonies of #840902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840902

Black with #840902

Text Example


Text Example

White with #840902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840902; }

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

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

background-color css

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

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

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

border-color css

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

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

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