Html Css Color HEX #841300 Maroon

📋 copy color: '#841300'

red 132 ◦ green 19 ◦ blue 0

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

Shades of Maroon #841300

Tints of Maroon #841300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.42%
G = 12.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841300 (or 0x841300) is known color: Maroon. HEX triplet: 84, 13 and 00. RGB value is (132,19,0). Sum of RGB (Red+Green+Blue) = 132+19+0=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #841300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841300 is #7BECFF. Grayscale: #323232. Windows color (decimal): -8121600 or 4996. OLE color: 4996.

HSL color Cylindrical-coordinate representation of color #841300: hue angle of 8.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #841300 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 0 -
CMYK 0 0.86 1 0.48
HSL 8.64º 1% 0.26% -
HSV(B) 8.64º 1% 0.52% -
XYZ 9.75 5.37 0.52 -
YUV 50.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 132 19 0 0 0.86 1 0.48 8.64 1 0.26
Hex 84 13 0 0 56 64 30 9 64 1A
Octal 204 23 0 0 126 144 60 11 144 32
Binary 10000100 10011 0 0 1010110 1100100 110000 1001 1100100 11010

Color Harmonies of #841300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841300

Black with #841300

Text Example


Text Example

White with #841300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841300; }

 p { color: rgb(132,19,0); }

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

background-color css

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

 a { background-color: rgb(132,19,0); }

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

border-color css

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

 span { border-color: rgb(132,19,0); }

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