Html Css Color HEX #840903 Maroon

📋 copy color: '#840903'

red 132 ◦ green 9 ◦ blue 3

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

Shades of Maroon #840903

Tints of Maroon #840903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.08%

R = 91.67%
G = 6.25%
B = 2.08%

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

#840903 (or 0x840903) is known color: Maroon. HEX triplet: 84, 09 and 03. RGB value is (132,9,3). Sum of RGB (Red+Green+Blue) = 132+9+3=144 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.67% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 132 - color contains mainly: red. Hex color #840903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840903 is #7BF6FC. Grayscale: #2D2D2D. Windows color (decimal): -8124157 or 199044. OLE color: 199044.

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

Color convert

RGB 132 9 3 -
CMYK 0 0.93 0.98 0.48
HSL 2.79º 0.96% 0.26% -
HSV(B) 2.79º 0.98% 0.52% -
XYZ 9.63 5.11 0.56 -
YUV 45.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 132 9 3 0 0.93 0.98 0.48 2.79 0.96 0.26
Hex 84 9 3 0 5D 62 30 3 60 1A
Octal 204 11 3 0 135 142 60 3 140 32
Binary 10000100 1001 11 0 1011101 1100010 110000 11 1100000 11010

Color Harmonies of #840903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840903

Black with #840903

Text Example


Text Example

White with #840903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840903; }

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

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

background-color css

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

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

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

border-color css

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

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

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