Html Css Color HEX #560111 Bordeaux

📋 copy color: '#560111'

red 86 ◦ green 1 ◦ blue 17

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

Shades of Bordeaux #560111

Tints of Bordeaux #560111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 82.69%
G = 0.96%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#560111 (or 0x560111) is known color: Bordeaux. HEX triplet: 56, 01 and 11. RGB value is (86,1,17). Sum of RGB (Red+Green+Blue) = 86+1+17=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #560111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560111 is #A9FEEE. Grayscale: #1C1C1C. Windows color (decimal): -11140847 or 1114454. OLE color: 1114454.

HSL color Cylindrical-coordinate representation of color #560111: hue angle of 348.71º 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 #560111 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 17 -
CMYK 0 0.99 0.80 0.66
HSL 348.71º 0.98% 0.17% -
HSV(B) 348.71º 0.99% 0.34% -
XYZ 3.95 2.04 0.72 -
YUV 28.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 86 1 17 0 0.99 0.80 0.66 348.71 0.98 0.17
Hex 56 1 11 0 63 50 42 15D 62 11
Octal 126 1 21 0 143 120 102 535 142 21
Binary 1010110 1 10001 0 1100011 1010000 1000010 101011101 1100010 10001

Color Harmonies of #560111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560111

Black with #560111

Text Example


Text Example

White with #560111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560111; }

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

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

background-color css

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

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

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

border-color css

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

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

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