Html Css Color HEX #840D03 Maroon

📋 copy color: '#840D03'

red 132 ◦ green 13 ◦ blue 3

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

Shades of Maroon #840D03

Tints of Maroon #840D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.78%

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

R = 89.19%
G = 8.78%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840D03 (or 0x840D03) is known color: Maroon. HEX triplet: 84, 0D and 03. RGB value is (132,13,3). Sum of RGB (Red+Green+Blue) = 132+13+3=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #840D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D03 is #7BF2FC. Grayscale: #2F2F2F. Windows color (decimal): -8123133 or 200068. OLE color: 200068.

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

Color convert

RGB 132 13 3 -
CMYK 0 0.90 0.98 0.48
HSL 4.65º 0.96% 0.26% -
HSV(B) 4.65º 0.98% 0.52% -
XYZ 9.68 5.2 0.58 -
YUV 47.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 132 13 3 0 0.90 0.98 0.48 4.65 0.96 0.26
Hex 84 D 3 0 5A 62 30 5 60 1A
Octal 204 15 3 0 132 142 60 5 140 32
Binary 10000100 1101 11 0 1011010 1100010 110000 101 1100000 11010

Color Harmonies of #840D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D03

Black with #840D03

Text Example


Text Example

White with #840D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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