Html Css Color HEX #840D05 Maroon

📋 copy color: '#840D05'

red 132 ◦ green 13 ◦ blue 5

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

Shades of Maroon #840D05

Tints of Maroon #840D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 88%
G = 8.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#840D05 (or 0x840D05) is known color: Maroon. HEX triplet: 84, 0D and 05. RGB value is (132,13,5). Sum of RGB (Red+Green+Blue) = 132+13+5=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #840D05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D05 is #7BF2FA. Grayscale: #2F2F2F. Windows color (decimal): -8123131 or 331140. OLE color: 331140.

HSL color Cylindrical-coordinate representation of color #840D05: hue angle of 3.78º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840D05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 5 -
CMYK 0 0.90 0.96 0.48
HSL 3.78º 0.93% 0.27% -
HSV(B) 3.78º 0.96% 0.52% -
XYZ 9.69 5.2 0.64 -
YUV 47.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 132 13 5 0 0.90 0.96 0.48 3.78 0.93 0.27
Hex 84 D 5 0 5A 60 30 4 5D 1B
Octal 204 15 5 0 132 140 60 4 135 33
Binary 10000100 1101 101 0 1011010 1100000 110000 100 1011101 11011

Color Harmonies of #840D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D05

Black with #840D05

Text Example


Text Example

White with #840D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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