Html Css Color HEX #560101 Maroon

📋 copy color: '#560101'

red 86 ◦ green 1 ◦ blue 1

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

Shades of Maroon #560101

Tints of Maroon #560101

RGB

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

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

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

R = 97.73%
G = 1.14%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#560101 (or 0x560101) is known color: Maroon. HEX triplet: 56, 01 and 01. RGB value is (86,1,1). Sum of RGB (Red+Green+Blue) = 86+1+1=88 (11% of max value = 765). Red value is 86 (33.98% from 255 or 97.73% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 86 - color contains mainly: red. Hex color #560101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560101 is #A9FEFE. Grayscale: #1A1A1A. Windows color (decimal): -11140863 or 65878. OLE color: 65878.

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

Color convert

RGB 86 1 1 -
CMYK 0 0.99 0.99 0.66
HSL 0.98% 0.17% -
HSV(B) 0.99% 0.34% -
XYZ 3.85 2 0.21 -
YUV 26.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 86 1 1 0 0.99 0.99 0.66 0 0.98 0.17
Hex 56 1 1 0 63 63 42 0 62 11
Octal 126 1 1 0 143 143 102 0 142 21
Binary 1010110 1 1 0 1100011 1100011 1000010 0 1100010 10001

Color Harmonies of #560101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560101

Black with #560101

Text Example


Text Example

White with #560101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560101; }

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

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

background-color css

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

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

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

border-color css

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

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

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