Html Css Color HEX #800D00 Maroon

📋 copy color: '#800D00'

red 128 ◦ green 13 ◦ blue 0

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

Shades of Maroon #800D00

Tints of Maroon #800D00

RGB

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

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

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

R = 90.78%
G = 9.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#800D00 (or 0x800D00) is known color: Maroon. HEX triplet: 80, 0D and 00. RGB value is (128,13,0). Sum of RGB (Red+Green+Blue) = 128+13+0=141 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.78% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 128 - color contains mainly: red. Hex color #800D00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800D00 is #7FF2FF. Grayscale: #2E2E2E. Windows color (decimal): -8385280 or 3456. OLE color: 3456.

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

Color convert

RGB 128 13 0 -
CMYK 0 0.90 1 0.50
HSL 6.09º 1% 0.25% -
HSV(B) 6.09º 1% 0.5% -
XYZ 9.05 4.88 0.46 -
YUV 45.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 128 13 0 0 0.90 1 0.50 6.09 1 0.25
Hex 80 D 0 0 5A 64 32 6 64 19
Octal 200 15 0 0 132 144 62 6 144 31
Binary 10000000 1101 0 0 1011010 1100100 110010 110 1100100 11001

Color Harmonies of #800D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D00

Black with #800D00

Text Example


Text Example

White with #800D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800D00; }

 p { color: rgb(128,13,0); }

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

background-color css

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

 a { background-color: rgb(128,13,0); }

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

border-color css

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

 span { border-color: rgb(128,13,0); }

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