Html Css Color HEX #560100 Maroon

📋 copy color: '#560100'

red 86 ◦ green 1 ◦ blue 0

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

Shades of Maroon #560100

Tints of Maroon #560100

RGB

 RED value IS 86 (33.98% from 255) = 98.85%

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 98.85%
G = 1.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#560100 (or 0x560100) is known color: Maroon. HEX triplet: 56, 01 and 00. RGB value is (86,1,0). Sum of RGB (Red+Green+Blue) = 86+1+0=87 (11% of max value = 765). Red value is 86 (33.98% from 255 or 98.85% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 86 - color contains mainly: red. Hex color #560100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560100 is #A9FEFF. Grayscale: #1A1A1A. Windows color (decimal): -11140864 or 342. OLE color: 342.

HSL color Cylindrical-coordinate representation of color #560100: hue angle of 0.7º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 0 -
CMYK 0 0.99 1 0.66
HSL 0.7º 1% 0.17% -
HSV(B) 0.7º 1% 0.34% -
XYZ 3.85 2 0.18 -
YUV 26.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 86 1 0 0 0.99 1 0.66 0.7 1 0.17
Hex 56 1 0 0 63 64 42 1 64 11
Octal 126 1 0 0 143 144 102 1 144 21
Binary 1010110 1 0 0 1100011 1100100 1000010 1 1100100 10001

Color Harmonies of #560100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560100

Black with #560100

Text Example


Text Example

White with #560100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560100; }

 p { color: rgb(86,1,0); }

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

background-color css

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

 a { background-color: rgb(86,1,0); }

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

border-color css

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

 span { border-color: rgb(86,1,0); }

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