Html Css Color HEX #841700 Maroon

📋 copy color: '#841700'

red 132 ◦ green 23 ◦ blue 0

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

Shades of Maroon #841700

Tints of Maroon #841700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

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

R = 85.16%
G = 14.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841700 (or 0x841700) is known color: Maroon. HEX triplet: 84, 17 and 00. RGB value is (132,23,0). Sum of RGB (Red+Green+Blue) = 132+23+0=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #841700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841700 is #7BE8FF. Grayscale: #353535. Windows color (decimal): -8120576 or 6020. OLE color: 6020.

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

Color convert

RGB 132 23 0 -
CMYK 0 0.83 1 0.48
HSL 10.45º 1% 0.26% -
HSV(B) 10.45º 1% 0.52% -
XYZ 9.82 5.52 0.55 -
YUV 52.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 132 23 0 0 0.83 1 0.48 10.45 1 0.26
Hex 84 17 0 0 53 64 30 A 64 1A
Octal 204 27 0 0 123 144 60 12 144 32
Binary 10000100 10111 0 0 1010011 1100100 110000 1010 1100100 11010

Color Harmonies of #841700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841700

Black with #841700

Text Example


Text Example

White with #841700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841700; }

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

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

background-color css

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

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

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

border-color css

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

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

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