Html Css Color HEX #801701 Maroon

📋 copy color: '#801701'

red 128 ◦ green 23 ◦ blue 1

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

Shades of Maroon #801701

Tints of Maroon #801701

RGB

 RED value IS 128 (50.39% from 255) = 84.21%

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 84.21%
G = 15.13%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#801701 (or 0x801701) is known color: Maroon. HEX triplet: 80, 17 and 01. RGB value is (128,23,1). Sum of RGB (Red+Green+Blue) = 128+23+1=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #801701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801701 is #7FE8FE. Grayscale: #343434. Windows color (decimal): -8382719 or 71552. OLE color: 71552.

HSL color Cylindrical-coordinate representation of color #801701: hue angle of 10.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #801701 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 1 -
CMYK 0 0.82 0.99 0.50
HSL 10.39º 0.98% 0.25% -
HSV(B) 10.39º 0.99% 0.5% -
XYZ 9.21 5.2 0.55 -
YUV 51.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 128 23 1 0 0.82 0.99 0.50 10.39 0.98 0.25
Hex 80 17 1 0 52 63 32 A 62 19
Octal 200 27 1 0 122 143 62 12 142 31
Binary 10000000 10111 1 0 1010010 1100011 110010 1010 1100010 11001

Color Harmonies of #801701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801701

Black with #801701

Text Example


Text Example

White with #801701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801701; }

 p { color: rgb(128,23,1); }

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

background-color css

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

 a { background-color: rgb(128,23,1); }

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

border-color css

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

 span { border-color: rgb(128,23,1); }

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